Html Css Color HEX #AF5BA1 Violet Blue

📋 copy color: '#AF5BA1'

red 175 ◦ green 91 ◦ blue 161

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

Shades of Violet Blue #AF5BA1

Tints of Violet Blue #AF5BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 40.98%
G = 21.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF5BA1 (or 0xAF5BA1) is known color: Violet Blue. HEX triplet: AF, 5B and A1. RGB value is (175,91,161). Sum of RGB (Red+Green+Blue) = 175+91+161=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5BA1 is #50A45E. Grayscale: #7B7B7B. Windows color (decimal): -5284959 or 10574767. OLE color: 10574767.

HSL color Cylindrical-coordinate representation of color #AF5BA1: hue angle of 310º 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 #AF5BA1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 91 161 -
CMYK 0 0.48 0.08 0.31
HSL 310º 0.34% 0.52% -
HSV(B) 310º 0.48% 0.69% -
XYZ 27.85 19.17 35.95 -
YUV 124.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 175 91 161 0 0.48 0.08 0.31 310 0.34 0.52
Hex AF 5B A1 0 30 8 1F 136 22 34
Octal 257 133 241 0 60 10 37 466 42 64
Binary 10101111 1011011 10100001 0 110000 1000 11111 100110110 100010 110100

Color Harmonies of #AF5BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BA1

Black with #AF5BA1

Text Example


Text Example

White with #AF5BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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