Html Css Color HEX #A034BA Dark Orchid

📋 copy color: '#A034BA'

red 160 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #A034BA

Tints of Dark Orchid #A034BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 40.2%
G = 13.07%
B = 46.73%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A034BA (or 0xA034BA) is known color: Dark Orchid. HEX triplet: A0, 34 and BA. RGB value is (160,52,186). Sum of RGB (Red+Green+Blue) = 160+52+186=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A034BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034BA is #5FCB45. Grayscale: #636363. Windows color (decimal): -6277958 or 12203168. OLE color: 12203168.

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

Color convert

RGB 160 52 186 -
CMYK 0.14 0.72 0 0.27
HSL 288.36º 0.56% 0.47% -
HSV(B) 288.36º 0.72% 0.73% -
XYZ 24.59 13.47 47.76 -
YUV 99.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 160 52 186 0.14 0.72 0 0.27 288.36 0.56 0.47
Hex A0 34 BA E 48 0 1B 120 38 2F
Octal 240 64 272 16 110 0 33 440 70 57
Binary 10100000 110100 10111010 1110 1001000 0 11011 100100000 111000 101111

Color Harmonies of #A034BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034BA

Black with #A034BA

Text Example


Text Example

White with #A034BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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