Html Css Color HEX #A874AB Violet Blue

📋 copy color: '#A874AB'

red 168 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #A874AB

Tints of Violet Blue #A874AB

RGB

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

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

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

R = 36.92%
G = 25.49%
B = 37.58%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A874AB (or 0xA874AB) is known color: Violet Blue. HEX triplet: A8, 74 and AB. RGB value is (168,116,171). Sum of RGB (Red+Green+Blue) = 168+116+171=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A874AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A874AB is #578B54. Grayscale: #898989. Windows color (decimal): -5737301 or 11236520. OLE color: 11236520.

HSL color Cylindrical-coordinate representation of color #A874AB: hue angle of 296.73º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A874AB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 116 171 -
CMYK 0.02 0.32 0 0.33
HSL 296.73º 0.25% 0.56% -
HSV(B) 296.73º 0.32% 0.67% -
XYZ 29.74 23.76 41.55 -
YUV 137.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 168 116 171 0.02 0.32 0 0.33 296.73 0.25 0.56
Hex A8 74 AB 2 20 0 21 129 19 38
Octal 250 164 253 2 40 0 41 451 31 70
Binary 10101000 1110100 10101011 10 100000 0 100001 100101001 11001 111000

Color Harmonies of #A874AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874AB

Black with #A874AB

Text Example


Text Example

White with #A874AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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