Html Css Color HEX #A033AB Dark Orchid

📋 copy color: '#A033AB'

red 160 ◦ green 51 ◦ blue 171

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

Shades of Dark Orchid #A033AB

Tints of Dark Orchid #A033AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

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

R = 41.88%
G = 13.35%
B = 44.76%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A033AB (or 0xA033AB) is known color: Dark Orchid. HEX triplet: A0, 33 and AB. RGB value is (160,51,171). Sum of RGB (Red+Green+Blue) = 160+51+171=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #A033AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033AB is #5FCC54. Grayscale: #606060. Windows color (decimal): -6278229 or 11219872. OLE color: 11219872.

HSL color Cylindrical-coordinate representation of color #A033AB: hue angle of 294.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A033AB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 51 171 -
CMYK 0.06 0.70 0 0.33
HSL 294.5º 0.54% 0.44% -
HSV(B) 294.5º 0.7% 0.67% -
XYZ 23.03 12.78 39.78 -
YUV 97.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 160 51 171 0.06 0.70 0 0.33 294.5 0.54 0.44
Hex A0 33 AB 6 46 0 21 126 36 2C
Octal 240 63 253 6 106 0 41 446 66 54
Binary 10100000 110011 10101011 110 1000110 0 100001 100100110 110110 101100

Color Harmonies of #A033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033AB

Black with #A033AB

Text Example


Text Example

White with #A033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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