Html Css Color HEX #A033DC Dark Orchid

📋 copy color: '#A033DC'

red 160 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #A033DC

Tints of Dark Orchid #A033DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 37.12%
G = 11.83%
B = 51.04%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A033DC (or 0xA033DC) is known color: Dark Orchid. HEX triplet: A0, 33 and DC. RGB value is (160,51,220). Sum of RGB (Red+Green+Blue) = 160+51+220=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A033DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033DC is #5FCC23. Grayscale: #666666. Windows color (decimal): -6278180 or 14431136. OLE color: 14431136.

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

Color convert

RGB 160 51 220 -
CMYK 0.27 0.77 0 0.14
HSL 278.7º 0.71% 0.53% -
HSV(B) 278.7º 0.77% 0.86% -
XYZ 28.6 15.01 69.1 -
YUV 102.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 160 51 220 0.27 0.77 0 0.14 278.7 0.71 0.53
Hex A0 33 DC 1B 4D 0 E 117 47 35
Octal 240 63 334 33 115 0 16 427 107 65
Binary 10100000 110011 11011100 11011 1001101 0 1110 100010111 1000111 110101

Color Harmonies of #A033DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033DC

Black with #A033DC

Text Example


Text Example

White with #A033DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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