Html Css Color HEX #A952B1 Violet Blue

📋 copy color: '#A952B1'

red 169 ◦ green 82 ◦ blue 177

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

Shades of Violet Blue #A952B1

Tints of Violet Blue #A952B1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 39.49%
G = 19.16%
B = 41.36%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A952B1 (or 0xA952B1) is known color: Violet Blue. HEX triplet: A9, 52 and B1. RGB value is (169,82,177). Sum of RGB (Red+Green+Blue) = 169+82+177=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A952B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952B1 is #56AD4E. Grayscale: #767676. Windows color (decimal): -5680463 or 11621033. OLE color: 11621033.

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

Color convert

RGB 169 82 177 -
CMYK 0.05 0.54 0 0.31
HSL 294.95º 0.38% 0.51% -
HSV(B) 294.95º 0.54% 0.69% -
XYZ 27.32 17.64 43.56 -
YUV 118.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 169 82 177 0.05 0.54 0 0.31 294.95 0.38 0.51
Hex A9 52 B1 5 36 0 1F 127 26 33
Octal 251 122 261 5 66 0 37 447 46 63
Binary 10101001 1010010 10110001 101 110110 0 11111 100100111 100110 110011

Color Harmonies of #A952B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952B1

Black with #A952B1

Text Example


Text Example

White with #A952B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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