Html Css Color HEX #A970B1 Violet Blue

📋 copy color: '#A970B1'

red 169 ◦ green 112 ◦ blue 177

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

Shades of Violet Blue #A970B1

Tints of Violet Blue #A970B1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 36.9%
G = 24.45%
B = 38.65%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A970B1 (or 0xA970B1) is known color: Violet Blue. HEX triplet: A9, 70 and B1. RGB value is (169,112,177). Sum of RGB (Red+Green+Blue) = 169+112+177=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #A970B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A970B1 is #568F4E. Grayscale: #888888. Windows color (decimal): -5672783 or 11628713. OLE color: 11628713.

HSL color Cylindrical-coordinate representation of color #A970B1: hue angle of 292.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A970B1 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 112 177 -
CMYK 0.05 0.37 0 0.31
HSL 292.62º 0.29% 0.57% -
HSV(B) 292.62º 0.37% 0.69% -
XYZ 30.09 23.2 44.49 -
YUV 136.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 169 112 177 0.05 0.37 0 0.31 292.62 0.29 0.57
Hex A9 70 B1 5 25 0 1F 125 1D 39
Octal 251 160 261 5 45 0 37 445 35 71
Binary 10101001 1110000 10110001 101 100101 0 11111 100100101 11101 111001

Color Harmonies of #A970B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A970B1

Black with #A970B1

Text Example


Text Example

White with #A970B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A970B1; }

 p { color: rgb(169,112,177); }

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

background-color css

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

 a { background-color: rgb(169,112,177); }

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

border-color css

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

 span { border-color: rgb(169,112,177); }

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