Html Css Color HEX #AB469B Violet Blue

📋 copy color: '#AB469B'

red 171 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #AB469B

Tints of Violet Blue #AB469B

RGB

 RED value IS 171 (67.19% from 255) = 43.18%

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 43.18%
G = 17.68%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB469B (or 0xAB469B) is known color: Violet Blue. HEX triplet: AB, 46 and 9B. RGB value is (171,70,155). Sum of RGB (Red+Green+Blue) = 171+70+155=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB469B is #54B964. Grayscale: #6D6D6D. Windows color (decimal): -5552485 or 10176171. OLE color: 10176171.

HSL color Cylindrical-coordinate representation of color #AB469B: hue angle of 309.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB469B is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 155 -
CMYK 0 0.59 0.09 0.33
HSL 309.5º 0.42% 0.47% -
HSV(B) 309.5º 0.59% 0.67% -
XYZ 24.9 15.4 32.67 -
YUV 109.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 171 70 155 0 0.59 0.09 0.33 309.5 0.42 0.47
Hex AB 46 9B 0 3B 9 21 136 2A 2F
Octal 253 106 233 0 73 11 41 466 52 57
Binary 10101011 1000110 10011011 0 111011 1001 100001 100110110 101010 101111

Color Harmonies of #AB469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB469B

Black with #AB469B

Text Example


Text Example

White with #AB469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB469B; }

 p { color: rgb(171,70,155); }

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

background-color css

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

 a { background-color: rgb(171,70,155); }

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

border-color css

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

 span { border-color: rgb(171,70,155); }

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