Html Css Color HEX #A033AC Dark Orchid

📋 copy color: '#A033AC'

red 160 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #A033AC

Tints of Dark Orchid #A033AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 41.78%
G = 13.32%
B = 44.91%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A033AC (or 0xA033AC) is known color: Dark Orchid. HEX triplet: A0, 33 and AC. RGB value is (160,51,172). Sum of RGB (Red+Green+Blue) = 160+51+172=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A033AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033AC is #5FCC53. Grayscale: #616161. Windows color (decimal): -6278228 or 11285408. OLE color: 11285408.

HSL color Cylindrical-coordinate representation of color #A033AC: hue angle of 294.05º 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 #A033AC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 51 172 -
CMYK 0.07 0.70 0 0.33
HSL 294.05º 0.54% 0.44% -
HSV(B) 294.05º 0.7% 0.67% -
XYZ 23.13 12.82 40.29 -
YUV 97.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 160 51 172 0.07 0.70 0 0.33 294.05 0.54 0.44
Hex A0 33 AC 7 46 0 21 126 36 2C
Octal 240 63 254 7 106 0 41 446 66 54
Binary 10100000 110011 10101100 111 1000110 0 100001 100100110 110110 101100

Color Harmonies of #A033AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033AC

Black with #A033AC

Text Example


Text Example

White with #A033AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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