Html Css Color HEX #A043DC Dark Orchid

📋 copy color: '#A043DC'

red 160 ◦ green 67 ◦ blue 220

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

Shades of Dark Orchid #A043DC

Tints of Dark Orchid #A043DC

RGB

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

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

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

R = 35.79%
G = 14.99%
B = 49.22%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A043DC (or 0xA043DC) is known color: Dark Orchid. HEX triplet: A0, 43 and DC. RGB value is (160,67,220). Sum of RGB (Red+Green+Blue) = 160+67+220=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #A043DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043DC is #5FBC23. Grayscale: #6F6F6F. Windows color (decimal): -6274084 or 14435232. OLE color: 14435232.

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

Color convert

RGB 160 67 220 -
CMYK 0.27 0.70 0 0.14
HSL 276.47º 0.69% 0.56% -
HSV(B) 276.47º 0.7% 0.86% -
XYZ 29.42 16.66 69.37 -
YUV 112.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 160 67 220 0.27 0.70 0 0.14 276.47 0.69 0.56
Hex A0 43 DC 1B 46 0 E 114 45 38
Octal 240 103 334 33 106 0 16 424 105 70
Binary 10100000 1000011 11011100 11011 1000110 0 1110 100010100 1000101 111000

Color Harmonies of #A043DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043DC

Black with #A043DC

Text Example


Text Example

White with #A043DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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