Html Css Color HEX #A874AD Violet Blue

📋 copy color: '#A874AD'

red 168 ◦ green 116 ◦ blue 173

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

Shades of Violet Blue #A874AD

Tints of Violet Blue #A874AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 36.76%
G = 25.38%
B = 37.86%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A874AD (or 0xA874AD) is known color: Violet Blue. HEX triplet: A8, 74 and AD. RGB value is (168,116,173). Sum of RGB (Red+Green+Blue) = 168+116+173=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A874AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A874AD is #578B52. Grayscale: #898989. Windows color (decimal): -5737299 or 11367592. OLE color: 11367592.

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

Color convert

RGB 168 116 173 -
CMYK 0.03 0.33 0 0.32
HSL 294.74º 0.26% 0.57% -
HSV(B) 294.74º 0.33% 0.68% -
XYZ 29.94 23.83 42.56 -
YUV 138.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 168 116 173 0.03 0.33 0 0.32 294.74 0.26 0.57
Hex A8 74 AD 3 21 0 20 127 1A 39
Octal 250 164 255 3 41 0 40 447 32 71
Binary 10101000 1110100 10101101 11 100001 0 100000 100100111 11010 111001

Color Harmonies of #A874AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874AD

Black with #A874AD

Text Example


Text Example

White with #A874AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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