Html Css Color HEX #A034BF Dark Orchid

📋 copy color: '#A034BF'

red 160 ◦ green 52 ◦ blue 191

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

Shades of Dark Orchid #A034BF

Tints of Dark Orchid #A034BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 39.7%
G = 12.9%
B = 47.39%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A034BF (or 0xA034BF) is known color: Dark Orchid. HEX triplet: A0, 34 and BF. RGB value is (160,52,191). Sum of RGB (Red+Green+Blue) = 160+52+191=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #A034BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034BF is #5FCB40. Grayscale: #636363. Windows color (decimal): -6277953 or 12530848. OLE color: 12530848.

HSL color Cylindrical-coordinate representation of color #A034BF: hue angle of 286.62º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A034BF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 52 191 -
CMYK 0.16 0.73 0 0.25
HSL 286.62º 0.57% 0.48% -
HSV(B) 286.62º 0.73% 0.75% -
XYZ 25.13 13.69 50.61 -
YUV 100.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 160 52 191 0.16 0.73 0 0.25 286.62 0.57 0.48
Hex A0 34 BF 10 49 0 19 11F 39 30
Octal 240 64 277 20 111 0 31 437 71 60
Binary 10100000 110100 10111111 10000 1001001 0 11001 100011111 111001 110000

Color Harmonies of #A034BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034BF

Black with #A034BF

Text Example


Text Example

White with #A034BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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