Html Css Color HEX #AF50AB Violet Blue

📋 copy color: '#AF50AB'

red 175 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #AF50AB

Tints of Violet Blue #AF50AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 41.08%
G = 18.78%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF50AB (or 0xAF50AB) is known color: Violet Blue. HEX triplet: AF, 50 and AB. RGB value is (175,80,171). Sum of RGB (Red+Green+Blue) = 175+80+171=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50AB is #50AF54. Grayscale: #767676. Windows color (decimal): -5287765 or 11227311. OLE color: 11227311.

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

Color convert

RGB 175 80 171 -
CMYK 0 0.54 0.02 0.31
HSL 302.53º 0.37% 0.5% -
HSV(B) 302.53º 0.54% 0.69% -
XYZ 27.9 17.79 40.49 -
YUV 118.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 175 80 171 0 0.54 0.02 0.31 302.53 0.37 0.5
Hex AF 50 AB 0 36 2 1F 12F 25 32
Octal 257 120 253 0 66 2 37 457 45 62
Binary 10101111 1010000 10101011 0 110110 10 11111 100101111 100101 110010

Color Harmonies of #AF50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50AB

Black with #AF50AB

Text Example


Text Example

White with #AF50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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