Html Css Color HEX #A033D1 Dark Orchid

📋 copy color: '#A033D1'

red 160 ◦ green 51 ◦ blue 209

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

Shades of Dark Orchid #A033D1

Tints of Dark Orchid #A033D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 38.1%
G = 12.14%
B = 49.76%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A033D1 (or 0xA033D1) is known color: Dark Orchid. HEX triplet: A0, 33 and D1. RGB value is (160,51,209). Sum of RGB (Red+Green+Blue) = 160+51+209=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #A033D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033D1 is #5FCC2E. Grayscale: #656565. Windows color (decimal): -6278191 or 13710240. OLE color: 13710240.

HSL color Cylindrical-coordinate representation of color #A033D1: hue angle of 281.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A033D1 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 51 209 -
CMYK 0.23 0.76 0 0.18
HSL 281.39º 0.63% 0.51% -
HSV(B) 281.39º 0.76% 0.82% -
XYZ 27.19 14.44 61.68 -
YUV 101.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 160 51 209 0.23 0.76 0 0.18 281.39 0.63 0.51
Hex A0 33 D1 17 4C 0 12 119 3F 33
Octal 240 63 321 27 114 0 22 431 77 63
Binary 10100000 110011 11010001 10111 1001100 0 10010 100011001 111111 110011

Color Harmonies of #A033D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033D1

Black with #A033D1

Text Example


Text Example

White with #A033D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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