Html Css Color HEX #A033BA Dark Orchid

📋 copy color: '#A033BA'

red 160 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #A033BA

Tints of Dark Orchid #A033BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 40.3%
G = 12.85%
B = 46.85%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A033BA (or 0xA033BA) is known color: Dark Orchid. HEX triplet: A0, 33 and BA. RGB value is (160,51,186). Sum of RGB (Red+Green+Blue) = 160+51+186=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A033BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033BA is #5FCC45. Grayscale: #626262. Windows color (decimal): -6278214 or 12202912. OLE color: 12202912.

HSL color Cylindrical-coordinate representation of color #A033BA: hue angle of 288.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A033BA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 51 186 -
CMYK 0.14 0.73 0 0.27
HSL 288.44º 0.57% 0.46% -
HSV(B) 288.44º 0.73% 0.73% -
XYZ 24.54 13.39 47.74 -
YUV 98.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 160 51 186 0.14 0.73 0 0.27 288.44 0.57 0.46
Hex A0 33 BA E 49 0 1B 120 39 2E
Octal 240 63 272 16 111 0 33 440 71 56
Binary 10100000 110011 10111010 1110 1001001 0 11011 100100000 111001 101110

Color Harmonies of #A033BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033BA

Black with #A033BA

Text Example


Text Example

White with #A033BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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