Html Css Color HEX #A044DB Dark Orchid

📋 copy color: '#A044DB'

red 160 ◦ green 68 ◦ blue 219

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

Shades of Dark Orchid #A044DB

Tints of Dark Orchid #A044DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 35.79%
G = 15.21%
B = 48.99%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A044DB (or 0xA044DB) is known color: Dark Orchid. HEX triplet: A0, 44 and DB. RGB value is (160,68,219). Sum of RGB (Red+Green+Blue) = 160+68+219=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #A044DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044DB is #5FBB24. Grayscale: #707070. Windows color (decimal): -6273829 or 14369952. OLE color: 14369952.

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

Color convert

RGB 160 68 219 -
CMYK 0.27 0.69 0 0.14
HSL 276.56º 0.68% 0.56% -
HSV(B) 276.56º 0.69% 0.86% -
XYZ 29.35 16.72 68.7 -
YUV 112.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 160 68 219 0.27 0.69 0 0.14 276.56 0.68 0.56
Hex A0 44 DB 1B 45 0 E 115 44 38
Octal 240 104 333 33 105 0 16 425 104 70
Binary 10100000 1000100 11011011 11011 1000101 0 1110 100010101 1000100 111000

Color Harmonies of #A044DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044DB

Black with #A044DB

Text Example


Text Example

White with #A044DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044DB; }

 p { color: rgb(160,68,219); }

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

background-color css

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

 a { background-color: rgb(160,68,219); }

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

border-color css

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

 span { border-color: rgb(160,68,219); }

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