Html Css Color HEX #A033DD Dark Orchid

📋 copy color: '#A033DD'

red 160 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #A033DD

Tints of Dark Orchid #A033DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 37.04%
G = 11.81%
B = 51.16%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A033DD (or 0xA033DD) is known color: Dark Orchid. HEX triplet: A0, 33 and DD. RGB value is (160,51,221). Sum of RGB (Red+Green+Blue) = 160+51+221=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A033DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033DD is #5FCC22. Grayscale: #666666. Windows color (decimal): -6278179 or 14496672. OLE color: 14496672.

HSL color Cylindrical-coordinate representation of color #A033DD: hue angle of 278.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A033DD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 51 221 -
CMYK 0.28 0.77 0 0.13
HSL 278.47º 0.71% 0.53% -
HSV(B) 278.47º 0.77% 0.87% -
XYZ 28.73 15.06 69.8 -
YUV 102.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 160 51 221 0.28 0.77 0 0.13 278.47 0.71 0.53
Hex A0 33 DD 1C 4D 0 D 116 47 35
Octal 240 63 335 34 115 0 15 426 107 65
Binary 10100000 110011 11011101 11100 1001101 0 1101 100010110 1000111 110101

Color Harmonies of #A033DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033DD

Black with #A033DD

Text Example


Text Example

White with #A033DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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