Html Css Color HEX #A971B3 Violet Blue

📋 copy color: '#A971B3'

red 169 ◦ green 113 ◦ blue 179

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

Shades of Violet Blue #A971B3

Tints of Violet Blue #A971B3

RGB

 RED value IS 169 (66.41% from 255) = 36.66%

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

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 36.66%
G = 24.51%
B = 38.83%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A971B3 (or 0xA971B3) is known color: Violet Blue. HEX triplet: A9, 71 and B3. RGB value is (169,113,179). Sum of RGB (Red+Green+Blue) = 169+113+179=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #A971B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971B3 is #568E4C. Grayscale: #898989. Windows color (decimal): -5672525 or 11760041. OLE color: 11760041.

HSL color Cylindrical-coordinate representation of color #A971B3: hue angle of 290.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A971B3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 113 179 -
CMYK 0.06 0.37 0 0.30
HSL 290.91º 0.3% 0.57% -
HSV(B) 290.91º 0.37% 0.7% -
XYZ 30.4 23.5 45.58 -
YUV 137.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 169 113 179 0.06 0.37 0 0.30 290.91 0.3 0.57
Hex A9 71 B3 6 25 0 1E 123 1E 39
Octal 251 161 263 6 45 0 36 443 36 71
Binary 10101001 1110001 10110011 110 100101 0 11110 100100011 11110 111001

Color Harmonies of #A971B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971B3

Black with #A971B3

Text Example


Text Example

White with #A971B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971B3; }

 p { color: rgb(169,113,179); }

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

background-color css

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

 a { background-color: rgb(169,113,179); }

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

border-color css

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

 span { border-color: rgb(169,113,179); }

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