Html Css Color HEX #AB5C9F Violet Blue

📋 copy color: '#AB5C9F'

red 171 ◦ green 92 ◦ blue 159

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

Shades of Violet Blue #AB5C9F

Tints of Violet Blue #AB5C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 40.52%
G = 21.8%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB5C9F (or 0xAB5C9F) is known color: Violet Blue. HEX triplet: AB, 5C and 9F. RGB value is (171,92,159). Sum of RGB (Red+Green+Blue) = 171+92+159=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5C9F is #54A360. Grayscale: #7B7B7B. Windows color (decimal): -5546849 or 10443947. OLE color: 10443947.

HSL color Cylindrical-coordinate representation of color #AB5C9F: hue angle of 309.11º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5C9F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 92 159 -
CMYK 0 0.46 0.07 0.33
HSL 309.11º 0.32% 0.52% -
HSV(B) 309.11º 0.46% 0.67% -
XYZ 26.88 18.82 35.02 -
YUV 123.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 171 92 159 0 0.46 0.07 0.33 309.11 0.32 0.52
Hex AB 5C 9F 0 2E 7 21 135 20 34
Octal 253 134 237 0 56 7 41 465 40 64
Binary 10101011 1011100 10011111 0 101110 111 100001 100110101 100000 110100

Color Harmonies of #AB5C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5C9F

Black with #AB5C9F

Text Example


Text Example

White with #AB5C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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