Html Css Color HEX #A642CF Dark Orchid

📋 copy color: '#A642CF'

red 166 ◦ green 66 ◦ blue 207

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

Shades of Dark Orchid #A642CF

Tints of Dark Orchid #A642CF

RGB

 RED value IS 166 (65.23% from 255) = 37.81%

 GREEN value IS 66 (26.17% from 255) = 15.03%

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

R = 37.81%
G = 15.03%
B = 47.15%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A642CF (or 0xA642CF) is known color: Dark Orchid. HEX triplet: A6, 42 and CF. RGB value is (166,66,207). Sum of RGB (Red+Green+Blue) = 166+66+207=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A642CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CF is #59BD30. Grayscale: #6F6F6F. Windows color (decimal): -5881137 or 13583014. OLE color: 13583014.

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

Color convert

RGB 166 66 207 -
CMYK 0.20 0.68 0 0.19
HSL 282.55º 0.59% 0.54% -
HSV(B) 282.55º 0.68% 0.81% -
XYZ 28.94 16.51 60.69 -
YUV 111.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 166 66 207 0.20 0.68 0 0.19 282.55 0.59 0.54
Hex A6 42 CF 14 44 0 13 11B 3B 36
Octal 246 102 317 24 104 0 23 433 73 66
Binary 10100110 1000010 11001111 10100 1000100 0 10011 100011011 111011 110110

Color Harmonies of #A642CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642CF

Black with #A642CF

Text Example


Text Example

White with #A642CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642CF; }

 p { color: rgb(166,66,207); }

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

background-color css

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

 a { background-color: rgb(166,66,207); }

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

border-color css

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

 span { border-color: rgb(166,66,207); }

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