Html Css Color HEX #A640CC Dark Orchid

📋 copy color: '#A640CC'

red 166 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #A640CC

Tints of Dark Orchid #A640CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 38.25%
G = 14.75%
B = 47%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A640CC (or 0xA640CC) is known color: Dark Orchid. HEX triplet: A6, 40 and CC. RGB value is (166,64,204). Sum of RGB (Red+Green+Blue) = 166+64+204=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A640CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640CC is #59BF33. Grayscale: #6E6E6E. Windows color (decimal): -5881652 or 13385894. OLE color: 13385894.

HSL color Cylindrical-coordinate representation of color #A640CC: hue angle of 283.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A640CC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 64 204 -
CMYK 0.19 0.69 0 0.2
HSL 283.71º 0.58% 0.53% -
HSV(B) 283.71º 0.69% 0.8% -
XYZ 28.46 16.13 58.74 -
YUV 110.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 166 64 204 0.19 0.69 0 0.2 283.71 0.58 0.53
Hex A6 40 CC 13 45 0 14 11C 3A 35
Octal 246 100 314 23 105 0 24 434 72 65
Binary 10100110 1000000 11001100 10011 1000101 0 10100 100011100 111010 110101

Color Harmonies of #A640CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640CC

Black with #A640CC

Text Example


Text Example

White with #A640CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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