Html Css Color HEX #A871AD Violet Blue

📋 copy color: '#A871AD'

red 168 ◦ green 113 ◦ blue 173

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

Shades of Violet Blue #A871AD

Tints of Violet Blue #A871AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

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

R = 37%
G = 24.89%
B = 38.11%

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

#A871AD (or 0xA871AD) is known color: Violet Blue. HEX triplet: A8, 71 and AD. RGB value is (168,113,173). Sum of RGB (Red+Green+Blue) = 168+113+173=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A871AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AD is #578E52. Grayscale: #888888. Windows color (decimal): -5738067 or 11366824. OLE color: 11366824.

HSL color Cylindrical-coordinate representation of color #A871AD: hue angle of 295º 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 #A871AD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 113 173 -
CMYK 0.03 0.35 0 0.32
HSL 295º 0.27% 0.56% -
HSV(B) 295º 0.35% 0.68% -
XYZ 29.6 23.15 42.44 -
YUV 136.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 168 113 173 0.03 0.35 0 0.32 295 0.27 0.56
Hex A8 71 AD 3 23 0 20 127 1B 38
Octal 250 161 255 3 43 0 40 447 33 70
Binary 10101000 1110001 10101101 11 100011 0 100000 100100111 11011 111000

Color Harmonies of #A871AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871AD

Black with #A871AD

Text Example


Text Example

White with #A871AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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