Html Css Color HEX #A02FCC Dark Orchid

📋 copy color: '#A02FCC'

red 160 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #A02FCC

Tints of Dark Orchid #A02FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

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

R = 38.93%
G = 11.44%
B = 49.64%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A02FCC (or 0xA02FCC) is known color: Dark Orchid. HEX triplet: A0, 2F and CC. RGB value is (160,47,204). Sum of RGB (Red+Green+Blue) = 160+47+204=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FCC is #5FD033. Grayscale: #626262. Windows color (decimal): -6279220 or 13381536. OLE color: 13381536.

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

Color convert

RGB 160 47 204 -
CMYK 0.22 0.77 0 0.2
HSL 283.18º 0.63% 0.49% -
HSV(B) 283.18º 0.77% 0.8% -
XYZ 26.41 13.87 58.41 -
YUV 98.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 160 47 204 0.22 0.77 0 0.2 283.18 0.63 0.49
Hex A0 2F CC 16 4D 0 14 11B 3F 31
Octal 240 57 314 26 115 0 24 433 77 61
Binary 10100000 101111 11001100 10110 1001101 0 10100 100011011 111111 110001

Color Harmonies of #A02FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FCC

Black with #A02FCC

Text Example


Text Example

White with #A02FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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