Html Css Color HEX #A040CC Dark Orchid

📋 copy color: '#A040CC'

red 160 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #A040CC

Tints of Dark Orchid #A040CC

RGB

 RED value IS 160 (62.89% from 255) = 37.38%

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

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

R = 37.38%
G = 14.95%
B = 47.66%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A040CC (or 0xA040CC) is known color: Dark Orchid. HEX triplet: A0, 40 and CC. RGB value is (160,64,204). Sum of RGB (Red+Green+Blue) = 160+64+204=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A040CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CC is #5FBF33. Grayscale: #6C6C6C. Windows color (decimal): -6274868 or 13385888. OLE color: 13385888.

HSL color Cylindrical-coordinate representation of color #A040CC: hue angle of 281.14º 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 #A040CC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 64 204 -
CMYK 0.22 0.69 0 0.2
HSL 281.14º 0.58% 0.53% -
HSV(B) 281.14º 0.69% 0.8% -
XYZ 27.23 15.5 58.68 -
YUV 108.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 160 64 204 0.22 0.69 0 0.2 281.14 0.58 0.53
Hex A0 40 CC 16 45 0 14 119 3A 35
Octal 240 100 314 26 105 0 24 431 72 65
Binary 10100000 1000000 11001100 10110 1000101 0 10100 100011001 111010 110101

Color Harmonies of #A040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040CC

Black with #A040CC

Text Example


Text Example

White with #A040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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