Html Css Color HEX #AB469F Violet Blue

📋 copy color: '#AB469F'

red 171 ◦ green 70 ◦ blue 159

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

Shades of Violet Blue #AB469F

Tints of Violet Blue #AB469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 42.75%
G = 17.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB469F (or 0xAB469F) is known color: Violet Blue. HEX triplet: AB, 46 and 9F. RGB value is (171,70,159). Sum of RGB (Red+Green+Blue) = 171+70+159=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB469F is #54B960. Grayscale: #6E6E6E. Windows color (decimal): -5552481 or 10438315. OLE color: 10438315.

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

Color convert

RGB 171 70 159 -
CMYK 0 0.59 0.07 0.33
HSL 307.13º 0.42% 0.47% -
HSV(B) 307.13º 0.59% 0.67% -
XYZ 25.24 15.54 34.47 -
YUV 110.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 171 70 159 0 0.59 0.07 0.33 307.13 0.42 0.47
Hex AB 46 9F 0 3B 7 21 133 2A 2F
Octal 253 106 237 0 73 7 41 463 52 57
Binary 10101011 1000110 10011111 0 111011 111 100001 100110011 101010 101111

Color Harmonies of #AB469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB469F

Black with #AB469F

Text Example


Text Example

White with #AB469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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