Html Css Color HEX #A774AB Violet Blue

📋 copy color: '#A774AB'

red 167 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #A774AB

Tints of Violet Blue #A774AB

RGB

 RED value IS 167 (65.63% from 255) = 36.78%

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

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

R = 36.78%
G = 25.55%
B = 37.67%

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

#A774AB (or 0xA774AB) is known color: Violet Blue. HEX triplet: A7, 74 and AB. RGB value is (167,116,171). Sum of RGB (Red+Green+Blue) = 167+116+171=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A774AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A774AB is #588B54. Grayscale: #898989. Windows color (decimal): -5802837 or 11236519. OLE color: 11236519.

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

Color convert

RGB 167 116 171 -
CMYK 0.02 0.32 0 0.33
HSL 295.64º 0.25% 0.56% -
HSV(B) 295.64º 0.32% 0.67% -
XYZ 29.53 23.65 41.54 -
YUV 137.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 167 116 171 0.02 0.32 0 0.33 295.64 0.25 0.56
Hex A7 74 AB 2 20 0 21 128 19 38
Octal 247 164 253 2 40 0 41 450 31 70
Binary 10100111 1110100 10101011 10 100000 0 100001 100101000 11001 111000

Color Harmonies of #A774AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774AB

Black with #A774AB

Text Example


Text Example

White with #A774AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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