Html Css Color HEX #A640CB Dark Orchid

📋 copy color: '#A640CB'

red 166 ◦ green 64 ◦ blue 203

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

Shades of Dark Orchid #A640CB

Tints of Dark Orchid #A640CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

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

R = 38.34%
G = 14.78%
B = 46.88%

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

#A640CB (or 0xA640CB) is known color: Dark Orchid. HEX triplet: A6, 40 and CB. RGB value is (166,64,203). Sum of RGB (Red+Green+Blue) = 166+64+203=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A640CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640CB is #59BF34. Grayscale: #6D6D6D. Windows color (decimal): -5881653 or 13320358. OLE color: 13320358.

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

Color convert

RGB 166 64 203 -
CMYK 0.18 0.68 0 0.20
HSL 284.03º 0.57% 0.52% -
HSV(B) 284.03º 0.68% 0.8% -
XYZ 28.34 16.09 58.11 -
YUV 110.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 166 64 203 0.18 0.68 0 0.20 284.03 0.57 0.52
Hex A6 40 CB 12 44 0 14 11C 39 34
Octal 246 100 313 22 104 0 24 434 71 64
Binary 10100110 1000000 11001011 10010 1000100 0 10100 100011100 111001 110100

Color Harmonies of #A640CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640CB

Black with #A640CB

Text Example


Text Example

White with #A640CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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