Html Css Color HEX #A043DB Dark Orchid

📋 copy color: '#A043DB'

red 160 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #A043DB

Tints of Dark Orchid #A043DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.02%

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

R = 35.87%
G = 15.02%
B = 49.1%

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

#A043DB (or 0xA043DB) is known color: Dark Orchid. HEX triplet: A0, 43 and DB. RGB value is (160,67,219). Sum of RGB (Red+Green+Blue) = 160+67+219=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A043DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043DB is #5FBC24. Grayscale: #6F6F6F. Windows color (decimal): -6274085 or 14369696. OLE color: 14369696.

HSL color Cylindrical-coordinate representation of color #A043DB: hue angle of 276.71º 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 #A043DB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 67 219 -
CMYK 0.27 0.69 0 0.14
HSL 276.71º 0.68% 0.56% -
HSV(B) 276.71º 0.69% 0.86% -
XYZ 29.29 16.6 68.68 -
YUV 112.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 160 67 219 0.27 0.69 0 0.14 276.71 0.68 0.56
Hex A0 43 DB 1B 45 0 E 115 44 38
Octal 240 103 333 33 105 0 16 425 104 70
Binary 10100000 1000011 11011011 11011 1000101 0 1110 100010101 1000100 111000

Color Harmonies of #A043DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043DB

Black with #A043DB

Text Example


Text Example

White with #A043DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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