Html Css Color HEX #AF6AA8 Violet Blue

📋 copy color: '#AF6AA8'

red 175 ◦ green 106 ◦ blue 168

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

Shades of Violet Blue #AF6AA8

Tints of Violet Blue #AF6AA8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 38.98%
G = 23.61%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF6AA8 (or 0xAF6AA8) is known color: Violet Blue. HEX triplet: AF, 6A and A8. RGB value is (175,106,168). Sum of RGB (Red+Green+Blue) = 175+106+168=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA8 is #509557. Grayscale: #858585. Windows color (decimal): -5281112 or 11037359. OLE color: 11037359.

HSL color Cylindrical-coordinate representation of color #AF6AA8: hue angle of 306.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6AA8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 106 168 -
CMYK 0 0.39 0.04 0.31
HSL 306.09º 0.3% 0.55% -
HSV(B) 306.09º 0.39% 0.69% -
XYZ 29.9 22.25 39.76 -
YUV 133.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 175 106 168 0 0.39 0.04 0.31 306.09 0.3 0.55
Hex AF 6A A8 0 27 4 1F 132 1E 37
Octal 257 152 250 0 47 4 37 462 36 67
Binary 10101111 1101010 10101000 0 100111 100 11111 100110010 11110 110111

Color Harmonies of #AF6AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AA8

Black with #AF6AA8

Text Example


Text Example

White with #AF6AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AA8; }

 p { color: rgb(175,106,168); }

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

background-color css

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

 a { background-color: rgb(175,106,168); }

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

border-color css

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

 span { border-color: rgb(175,106,168); }

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