Html Css Color HEX #A946CF Medium Orchid

📋 copy color: '#A946CF'

red 169 ◦ green 70 ◦ blue 207

#A946CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A946CF

Tints of Medium Orchid #A946CF

RGB

 RED value IS 169 (66.41% from 255) = 37.89%

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 37.89%
G = 15.7%
B = 46.41%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A946CF (or 0xA946CF) is known color: Medium Orchid. HEX triplet: A9, 46 and CF. RGB value is (169,70,207). Sum of RGB (Red+Green+Blue) = 169+70+207=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A946CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946CF is #56B930. Grayscale: #727272. Windows color (decimal): -5683505 or 13584041. OLE color: 13584041.

HSL color Cylindrical-coordinate representation of color #A946CF: hue angle of 283.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A946CF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 70 207 -
CMYK 0.18 0.66 0 0.19
HSL 283.36º 0.59% 0.54% -
HSV(B) 283.36º 0.66% 0.81% -
XYZ 29.81 17.32 60.8 -
YUV 115.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 169 70 207 0.18 0.66 0 0.19 283.36 0.59 0.54
Hex A9 46 CF 12 42 0 13 11B 3B 36
Octal 251 106 317 22 102 0 23 433 73 66
Binary 10101001 1000110 11001111 10010 1000010 0 10011 100011011 111011 110110

Color Harmonies of #A946CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946CF

Black with #A946CF

Text Example


Text Example

White with #A946CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946CF; }

 p { color: rgb(169,70,207); }

 H1.HeaderClassName
 {
   color: #A946CF;
 }
 .AnyTagClassName
 {
   color: #A946CF;
 }
</style>

background-color css

<style>
 a { background-color: #A946CF; }

 a { background-color: rgb(169,70,207); }

 div.DivClassName
 {
   background-color: #A946CF;
 }
 .BgClassName
 {
   background-color: #A946CF;
 }
</style>

border-color css

<style>
 span { border-color: #A946CF; }

 span { border-color: rgb(169,70,207); }

 td.TdClassName
 {
   border-color: #A946CF;
 }
 .TagClassName
 {
   border-color: #A946CF;
 }
</style>