Html Css Color HEX #A034AB Dark Orchid

📋 copy color: '#A034AB'

red 160 ◦ green 52 ◦ blue 171

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

Shades of Dark Orchid #A034AB

Tints of Dark Orchid #A034AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 41.78%
G = 13.58%
B = 44.65%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A034AB (or 0xA034AB) is known color: Dark Orchid. HEX triplet: A0, 34 and AB. RGB value is (160,52,171). Sum of RGB (Red+Green+Blue) = 160+52+171=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A034AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AB is #5FCB54. Grayscale: #616161. Windows color (decimal): -6277973 or 11220128. OLE color: 11220128.

HSL color Cylindrical-coordinate representation of color #A034AB: hue angle of 294.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A034AB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 52 171 -
CMYK 0.06 0.70 0 0.33
HSL 294.45º 0.53% 0.44% -
HSV(B) 294.45º 0.7% 0.67% -
XYZ 23.08 12.87 39.8 -
YUV 97.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 160 52 171 0.06 0.70 0 0.33 294.45 0.53 0.44
Hex A0 34 AB 6 46 0 21 126 35 2C
Octal 240 64 253 6 106 0 41 446 65 54
Binary 10100000 110100 10101011 110 1000110 0 100001 100100110 110101 101100

Color Harmonies of #A034AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034AB

Black with #A034AB

Text Example


Text Example

White with #A034AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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