Html Css Color HEX #A030AB Dark Orchid

📋 copy color: '#A030AB'

red 160 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #A030AB

Tints of Dark Orchid #A030AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 42.22%
G = 12.66%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A030AB (or 0xA030AB) is known color: Dark Orchid. HEX triplet: A0, 30 and AB. RGB value is (160,48,171). Sum of RGB (Red+Green+Blue) = 160+48+171=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #A030AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030AB is #5FCF54. Grayscale: #5F5F5F. Windows color (decimal): -6278997 or 11219104. OLE color: 11219104.

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

Color convert

RGB 160 48 171 -
CMYK 0.06 0.72 0 0.33
HSL 294.63º 0.56% 0.43% -
HSV(B) 294.63º 0.72% 0.67% -
XYZ 22.9 12.53 39.74 -
YUV 95.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 160 48 171 0.06 0.72 0 0.33 294.63 0.56 0.43
Hex A0 30 AB 6 48 0 21 127 38 2B
Octal 240 60 253 6 110 0 41 447 70 53
Binary 10100000 110000 10101011 110 1001000 0 100001 100100111 111000 101011

Color Harmonies of #A030AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030AB

Black with #A030AB

Text Example


Text Example

White with #A030AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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