Html Css Color HEX #AF5BAB Violet Blue

📋 copy color: '#AF5BAB'

red 175 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #AF5BAB

Tints of Violet Blue #AF5BAB

RGB

 RED value IS 175 (68.75% from 255) = 40.05%

 GREEN value IS 91 (35.94% from 255) = 20.82%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 40.05%
G = 20.82%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF5BAB (or 0xAF5BAB) is known color: Violet Blue. HEX triplet: AF, 5B and AB. RGB value is (175,91,171). Sum of RGB (Red+Green+Blue) = 175+91+171=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5BAB is #50A454. Grayscale: #7D7D7D. Windows color (decimal): -5284949 or 11230127. OLE color: 11230127.

HSL color Cylindrical-coordinate representation of color #AF5BAB: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5BAB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 171 -
CMYK 0 0.48 0.02 0.31
HSL 302.86º 0.34% 0.52% -
HSV(B) 302.86º 0.48% 0.69% -
XYZ 28.77 19.54 40.78 -
YUV 125.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 175 91 171 0 0.48 0.02 0.31 302.86 0.34 0.52
Hex AF 5B AB 0 30 2 1F 12F 22 34
Octal 257 133 253 0 60 2 37 457 42 64
Binary 10101111 1011011 10101011 0 110000 10 11111 100101111 100010 110100

Color Harmonies of #AF5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BAB

Black with #AF5BAB

Text Example


Text Example

White with #AF5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BAB; }

 p { color: rgb(175,91,171); }

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

background-color css

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

 a { background-color: rgb(175,91,171); }

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

border-color css

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

 span { border-color: rgb(175,91,171); }

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