Html Css Color HEX #A02FAB Dark Orchid

📋 copy color: '#A02FAB'

red 160 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #A02FAB

Tints of Dark Orchid #A02FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 42.33%
G = 12.43%
B = 45.24%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A02FAB (or 0xA02FAB) is known color: Dark Orchid. HEX triplet: A0, 2F and AB. RGB value is (160,47,171). Sum of RGB (Red+Green+Blue) = 160+47+171=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A02FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FAB is #5FD054. Grayscale: #5E5E5E. Windows color (decimal): -6279253 or 11218848. OLE color: 11218848.

HSL color Cylindrical-coordinate representation of color #A02FAB: hue angle of 294.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02FAB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 47 171 -
CMYK 0.06 0.73 0 0.33
HSL 294.68º 0.57% 0.43% -
HSV(B) 294.68º 0.73% 0.67% -
XYZ 22.86 12.45 39.73 -
YUV 94.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 160 47 171 0.06 0.73 0 0.33 294.68 0.57 0.43
Hex A0 2F AB 6 49 0 21 127 39 2B
Octal 240 57 253 6 111 0 41 447 71 53
Binary 10100000 101111 10101011 110 1001001 0 100001 100100111 111001 101011

Color Harmonies of #A02FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FAB

Black with #A02FAB

Text Example


Text Example

White with #A02FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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