Html Css Color HEX #A034B9 Dark Orchid

📋 copy color: '#A034B9'

red 160 ◦ green 52 ◦ blue 185

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

Shades of Dark Orchid #A034B9

Tints of Dark Orchid #A034B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 40.3%
G = 13.1%
B = 46.6%

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

#A034B9 (or 0xA034B9) is known color: Dark Orchid. HEX triplet: A0, 34 and B9. RGB value is (160,52,185). Sum of RGB (Red+Green+Blue) = 160+52+185=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #A034B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034B9 is #5FCB46. Grayscale: #636363. Windows color (decimal): -6277959 or 12137632. OLE color: 12137632.

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

Color convert

RGB 160 52 185 -
CMYK 0.14 0.72 0 0.27
HSL 288.72º 0.56% 0.46% -
HSV(B) 288.72º 0.72% 0.73% -
XYZ 24.48 13.43 47.2 -
YUV 99.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 160 52 185 0.14 0.72 0 0.27 288.72 0.56 0.46
Hex A0 34 B9 E 48 0 1B 121 38 2E
Octal 240 64 271 16 110 0 33 441 70 56
Binary 10100000 110100 10111001 1110 1001000 0 11011 100100001 111000 101110

Color Harmonies of #A034B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034B9

Black with #A034B9

Text Example


Text Example

White with #A034B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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