Html Css Color HEX #AF60AB Violet Blue

📋 copy color: '#AF60AB'

red 175 ◦ green 96 ◦ blue 171

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

Shades of Violet Blue #AF60AB

Tints of Violet Blue #AF60AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 39.59%
G = 21.72%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF60AB (or 0xAF60AB) is known color: Violet Blue. HEX triplet: AF, 60 and AB. RGB value is (175,96,171). Sum of RGB (Red+Green+Blue) = 175+96+171=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AB is #509F54. Grayscale: #7F7F7F. Windows color (decimal): -5283669 or 11231407. OLE color: 11231407.

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

Color convert

RGB 175 96 171 -
CMYK 0 0.45 0.02 0.31
HSL 303.04º 0.33% 0.53% -
HSV(B) 303.04º 0.45% 0.69% -
XYZ 29.21 20.42 40.93 -
YUV 128.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 175 96 171 0 0.45 0.02 0.31 303.04 0.33 0.53
Hex AF 60 AB 0 2D 2 1F 12F 21 35
Octal 257 140 253 0 55 2 37 457 41 65
Binary 10101111 1100000 10101011 0 101101 10 11111 100101111 100001 110101

Color Harmonies of #AF60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60AB

Black with #AF60AB

Text Example


Text Example

White with #AF60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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