Html Css Color HEX #A034BE Dark Orchid

📋 copy color: '#A034BE'

red 160 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #A034BE

Tints of Dark Orchid #A034BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 39.8%
G = 12.94%
B = 47.26%

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

#A034BE (or 0xA034BE) is known color: Dark Orchid. HEX triplet: A0, 34 and BE. RGB value is (160,52,190). Sum of RGB (Red+Green+Blue) = 160+52+190=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A034BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034BE is #5FCB41. Grayscale: #636363. Windows color (decimal): -6277954 or 12465312. OLE color: 12465312.

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

Color convert

RGB 160 52 190 -
CMYK 0.16 0.73 0 0.25
HSL 286.96º 0.57% 0.47% -
HSV(B) 286.96º 0.73% 0.75% -
XYZ 25.02 13.65 50.03 -
YUV 100.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 160 52 190 0.16 0.73 0 0.25 286.96 0.57 0.47
Hex A0 34 BE 10 49 0 19 11F 39 2F
Octal 240 64 276 20 111 0 31 437 71 57
Binary 10100000 110100 10111110 10000 1001001 0 11001 100011111 111001 101111

Color Harmonies of #A034BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034BE

Black with #A034BE

Text Example


Text Example

White with #A034BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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