Html Css Color HEX #A642D0 Dark Orchid

📋 copy color: '#A642D0'

red 166 ◦ green 66 ◦ blue 208

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

Shades of Dark Orchid #A642D0

Tints of Dark Orchid #A642D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 37.73%
G = 15%
B = 47.27%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A642D0 (or 0xA642D0) is known color: Dark Orchid. HEX triplet: A6, 42 and D0. RGB value is (166,66,208). Sum of RGB (Red+Green+Blue) = 166+66+208=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #A642D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642D0 is #59BD2F. Grayscale: #6F6F6F. Windows color (decimal): -5881136 or 13648550. OLE color: 13648550.

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

Color convert

RGB 166 66 208 -
CMYK 0.20 0.68 0 0.18
HSL 282.25º 0.6% 0.54% -
HSV(B) 282.25º 0.68% 0.82% -
XYZ 29.06 16.56 61.34 -
YUV 112.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 166 66 208 0.20 0.68 0 0.18 282.25 0.6 0.54
Hex A6 42 D0 14 44 0 12 11A 3C 36
Octal 246 102 320 24 104 0 22 432 74 66
Binary 10100110 1000010 11010000 10100 1000100 0 10010 100011010 111100 110110

Color Harmonies of #A642D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642D0

Black with #A642D0

Text Example


Text Example

White with #A642D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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