Html Css Color HEX #A870AD Violet Blue

📋 copy color: '#A870AD'

red 168 ◦ green 112 ◦ blue 173

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

Shades of Violet Blue #A870AD

Tints of Violet Blue #A870AD

RGB

 RED value IS 168 (66.02% from 255) = 37.09%

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 37.09%
G = 24.72%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A870AD (or 0xA870AD) is known color: Violet Blue. HEX triplet: A8, 70 and AD. RGB value is (168,112,173). Sum of RGB (Red+Green+Blue) = 168+112+173=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A870AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A870AD is #578F52. Grayscale: #878787. Windows color (decimal): -5738323 or 11366568. OLE color: 11366568.

HSL color Cylindrical-coordinate representation of color #A870AD: hue angle of 295.08º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A870AD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 112 173 -
CMYK 0.03 0.35 0 0.32
HSL 295.08º 0.27% 0.56% -
HSV(B) 295.08º 0.35% 0.68% -
XYZ 29.49 22.93 42.41 -
YUV 135.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 168 112 173 0.03 0.35 0 0.32 295.08 0.27 0.56
Hex A8 70 AD 3 23 0 20 127 1B 38
Octal 250 160 255 3 43 0 40 447 33 70
Binary 10101000 1110000 10101101 11 100011 0 100000 100100111 11011 111000

Color Harmonies of #A870AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A870AD

Black with #A870AD

Text Example


Text Example

White with #A870AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A870AD; }

 p { color: rgb(168,112,173); }

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

background-color css

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

 a { background-color: rgb(168,112,173); }

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

border-color css

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

 span { border-color: rgb(168,112,173); }

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