Html Css Color HEX #AF64AB Violet Blue

📋 copy color: '#AF64AB'

red 175 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #AF64AB

Tints of Violet Blue #AF64AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.42%

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

R = 39.24%
G = 22.42%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF64AB (or 0xAF64AB) is known color: Violet Blue. HEX triplet: AF, 64 and AB. RGB value is (175,100,171). Sum of RGB (Red+Green+Blue) = 175+100+171=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF64AB is #509B54. Grayscale: #828282. Windows color (decimal): -5282645 or 11232431. OLE color: 11232431.

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

Color convert

RGB 175 100 171 -
CMYK 0 0.43 0.02 0.31
HSL 303.2º 0.32% 0.54% -
HSV(B) 303.2º 0.43% 0.69% -
XYZ 29.59 21.17 41.05 -
YUV 130.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 175 100 171 0 0.43 0.02 0.31 303.2 0.32 0.54
Hex AF 64 AB 0 2B 2 1F 12F 20 36
Octal 257 144 253 0 53 2 37 457 40 66
Binary 10101111 1100100 10101011 0 101011 10 11111 100101111 100000 110110

Color Harmonies of #AF64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64AB

Black with #AF64AB

Text Example


Text Example

White with #AF64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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