Html Css Color HEX #A043CE Dark Orchid

📋 copy color: '#A043CE'

red 160 ◦ green 67 ◦ blue 206

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

Shades of Dark Orchid #A043CE

Tints of Dark Orchid #A043CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 36.95%
G = 15.47%
B = 47.58%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A043CE (or 0xA043CE) is known color: Dark Orchid. HEX triplet: A0, 43 and CE. RGB value is (160,67,206). Sum of RGB (Red+Green+Blue) = 160+67+206=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A043CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043CE is #5FBC31. Grayscale: #6E6E6E. Windows color (decimal): -6274098 or 13517728. OLE color: 13517728.

HSL color Cylindrical-coordinate representation of color #A043CE: hue angle of 280.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A043CE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 67 206 -
CMYK 0.22 0.67 0 0.19
HSL 280.14º 0.59% 0.54% -
HSV(B) 280.14º 0.67% 0.81% -
XYZ 27.64 15.94 60.01 -
YUV 110.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 160 67 206 0.22 0.67 0 0.19 280.14 0.59 0.54
Hex A0 43 CE 16 43 0 13 118 3B 36
Octal 240 103 316 26 103 0 23 430 73 66
Binary 10100000 1000011 11001110 10110 1000011 0 10011 100011000 111011 110110

Color Harmonies of #A043CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043CE

Black with #A043CE

Text Example


Text Example

White with #A043CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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