Html Css Color HEX #A031CC Dark Orchid

📋 copy color: '#A031CC'

red 160 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #A031CC

Tints of Dark Orchid #A031CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

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

R = 38.74%
G = 11.86%
B = 49.39%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A031CC (or 0xA031CC) is known color: Dark Orchid. HEX triplet: A0, 31 and CC. RGB value is (160,49,204). Sum of RGB (Red+Green+Blue) = 160+49+204=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A031CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031CC is #5FCE33. Grayscale: #636363. Windows color (decimal): -6278708 or 13382048. OLE color: 13382048.

HSL color Cylindrical-coordinate representation of color #A031CC: hue angle of 282.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A031CC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 49 204 -
CMYK 0.22 0.76 0 0.2
HSL 282.97º 0.61% 0.5% -
HSV(B) 282.97º 0.76% 0.8% -
XYZ 26.49 14.03 58.44 -
YUV 99.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 160 49 204 0.22 0.76 0 0.2 282.97 0.61 0.5
Hex A0 31 CC 16 4C 0 14 11B 3D 32
Octal 240 61 314 26 114 0 24 433 75 62
Binary 10100000 110001 11001100 10110 1001100 0 10100 100011011 111101 110010

Color Harmonies of #A031CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031CC

Black with #A031CC

Text Example


Text Example

White with #A031CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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