Html Css Color HEX #A642CB Dark Orchid

📋 copy color: '#A642CB'

red 166 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #A642CB

Tints of Dark Orchid #A642CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 38.16%
G = 15.17%
B = 46.67%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A642CB (or 0xA642CB) is known color: Dark Orchid. HEX triplet: A6, 42 and CB. RGB value is (166,66,203). Sum of RGB (Red+Green+Blue) = 166+66+203=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #A642CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CB is #59BD34. Grayscale: #6F6F6F. Windows color (decimal): -5881141 or 13320870. OLE color: 13320870.

HSL color Cylindrical-coordinate representation of color #A642CB: hue angle of 283.8º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A642CB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 66 203 -
CMYK 0.18 0.67 0 0.20
HSL 283.8º 0.57% 0.53% -
HSV(B) 283.8º 0.67% 0.8% -
XYZ 28.45 16.32 58.15 -
YUV 111.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 166 66 203 0.18 0.67 0 0.20 283.8 0.57 0.53
Hex A6 42 CB 12 43 0 14 11C 39 35
Octal 246 102 313 22 103 0 24 434 71 65
Binary 10100110 1000010 11001011 10010 1000011 0 10100 100011100 111001 110101

Color Harmonies of #A642CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642CB

Black with #A642CB

Text Example


Text Example

White with #A642CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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