Html Css Color HEX #A034CE Dark Orchid

📋 copy color: '#A034CE'

red 160 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A034CE

Tints of Dark Orchid #A034CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

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

R = 38.28%
G = 12.44%
B = 49.28%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A034CE (or 0xA034CE) is known color: Dark Orchid. HEX triplet: A0, 34 and CE. RGB value is (160,52,206). Sum of RGB (Red+Green+Blue) = 160+52+206=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A034CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034CE is #5FCB31. Grayscale: #656565. Windows color (decimal): -6277938 or 13513888. OLE color: 13513888.

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

Color convert

RGB 160 52 206 -
CMYK 0.22 0.75 0 0.19
HSL 282.08º 0.61% 0.51% -
HSV(B) 282.08º 0.75% 0.81% -
XYZ 26.87 14.39 59.75 -
YUV 101.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 160 52 206 0.22 0.75 0 0.19 282.08 0.61 0.51
Hex A0 34 CE 16 4B 0 13 11A 3D 33
Octal 240 64 316 26 113 0 23 432 75 63
Binary 10100000 110100 11001110 10110 1001011 0 10011 100011010 111101 110011

Color Harmonies of #A034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034CE

Black with #A034CE

Text Example


Text Example

White with #A034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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