Html Css Color HEX #A641CB Dark Orchid

📋 copy color: '#A641CB'

red 166 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A641CB

Tints of Dark Orchid #A641CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.98%

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

R = 38.25%
G = 14.98%
B = 46.77%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A641CB (or 0xA641CB) is known color: Dark Orchid. HEX triplet: A6, 41 and CB. RGB value is (166,65,203). Sum of RGB (Red+Green+Blue) = 166+65+203=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A641CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641CB is #59BE34. Grayscale: #6E6E6E. Windows color (decimal): -5881397 or 13320614. OLE color: 13320614.

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

Color convert

RGB 166 65 203 -
CMYK 0.18 0.68 0 0.20
HSL 283.91º 0.57% 0.53% -
HSV(B) 283.91º 0.68% 0.8% -
XYZ 28.4 16.2 58.13 -
YUV 110.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 166 65 203 0.18 0.68 0 0.20 283.91 0.57 0.53
Hex A6 41 CB 12 44 0 14 11C 39 35
Octal 246 101 313 22 104 0 24 434 71 65
Binary 10100110 1000001 11001011 10010 1000100 0 10100 100011100 111001 110101

Color Harmonies of #A641CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641CB

Black with #A641CB

Text Example


Text Example

White with #A641CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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