Html Css Color HEX #A02FB0 Dark Orchid

📋 copy color: '#A02FB0'

red 160 ◦ green 47 ◦ blue 176

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

Shades of Dark Orchid #A02FB0

Tints of Dark Orchid #A02FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 41.78%
G = 12.27%
B = 45.95%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A02FB0 (or 0xA02FB0) is known color: Dark Orchid. HEX triplet: A0, 2F and B0. RGB value is (160,47,176). Sum of RGB (Red+Green+Blue) = 160+47+176=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #A02FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FB0 is #5FD04F. Grayscale: #5F5F5F. Windows color (decimal): -6279248 or 11546528. OLE color: 11546528.

HSL color Cylindrical-coordinate representation of color #A02FB0: hue angle of 292.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02FB0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 47 176 -
CMYK 0.09 0.73 0 0.31
HSL 292.56º 0.58% 0.44% -
HSV(B) 292.56º 0.73% 0.69% -
XYZ 23.35 12.64 42.28 -
YUV 95.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 160 47 176 0.09 0.73 0 0.31 292.56 0.58 0.44
Hex A0 2F B0 9 49 0 1F 125 3A 2C
Octal 240 57 260 11 111 0 37 445 72 54
Binary 10100000 101111 10110000 1001 1001001 0 11111 100100101 111010 101100

Color Harmonies of #A02FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FB0

Black with #A02FB0

Text Example


Text Example

White with #A02FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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