Html Css Color HEX #A02FC0 Dark Orchid

📋 copy color: '#A02FC0'

red 160 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #A02FC0

Tints of Dark Orchid #A02FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 40.1%
G = 11.78%
B = 48.12%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A02FC0 (or 0xA02FC0) is known color: Dark Orchid. HEX triplet: A0, 2F and C0. RGB value is (160,47,192). Sum of RGB (Red+Green+Blue) = 160+47+192=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #A02FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FC0 is #5FD03F. Grayscale: #606060. Windows color (decimal): -6279232 or 12595104. OLE color: 12595104.

HSL color Cylindrical-coordinate representation of color #A02FC0: hue angle of 286.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02FC0 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 47 192 -
CMYK 0.17 0.76 0 0.25
HSL 286.76º 0.61% 0.47% -
HSV(B) 286.76º 0.76% 0.75% -
XYZ 25.03 13.31 51.12 -
YUV 97.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 160 47 192 0.17 0.76 0 0.25 286.76 0.61 0.47
Hex A0 2F C0 11 4C 0 19 11F 3D 2F
Octal 240 57 300 21 114 0 31 437 75 57
Binary 10100000 101111 11000000 10001 1001100 0 11001 100011111 111101 101111

Color Harmonies of #A02FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FC0

Black with #A02FC0

Text Example


Text Example

White with #A02FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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