Html Css Color HEX #A032DD Dark Orchid

📋 copy color: '#A032DD'

red 160 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #A032DD

Tints of Dark Orchid #A032DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

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

R = 37.12%
G = 11.6%
B = 51.28%

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

#A032DD (or 0xA032DD) is known color: Dark Orchid. HEX triplet: A0, 32 and DD. RGB value is (160,50,221). Sum of RGB (Red+Green+Blue) = 160+50+221=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A032DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032DD is #5FCD22. Grayscale: #656565. Windows color (decimal): -6278435 or 14496416. OLE color: 14496416.

HSL color Cylindrical-coordinate representation of color #A032DD: hue angle of 278.6º degrees, saturation: 0.72, 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 #A032DD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 50 221 -
CMYK 0.28 0.77 0 0.13
HSL 278.6º 0.72% 0.53% -
HSV(B) 278.6º 0.77% 0.87% -
XYZ 28.69 14.98 69.79 -
YUV 102.38 194.94 169.1 -
System Red Green Blue C M Y K H S L
Decimal 160 50 221 0.28 0.77 0 0.13 278.6 0.72 0.53
Hex A0 32 DD 1C 4D 0 D 117 48 35
Octal 240 62 335 34 115 0 15 427 110 65
Binary 10100000 110010 11011101 11100 1001101 0 1101 100010111 1001000 110101

Color Harmonies of #A032DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032DD

Black with #A032DD

Text Example


Text Example

White with #A032DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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