Html Css Color HEX #AF6AA0 Violet Blue

📋 copy color: '#AF6AA0'

red 175 ◦ green 106 ◦ blue 160

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

Shades of Violet Blue #AF6AA0

Tints of Violet Blue #AF6AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 39.68%
G = 24.04%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF6AA0 (or 0xAF6AA0) is known color: Violet Blue. HEX triplet: AF, 6A and A0. RGB value is (175,106,160). Sum of RGB (Red+Green+Blue) = 175+106+160=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA0 is #50955F. Grayscale: #848484. Windows color (decimal): -5281120 or 10513071. OLE color: 10513071.

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

Color convert

RGB 175 106 160 -
CMYK 0 0.39 0.09 0.31
HSL 313.04º 0.3% 0.55% -
HSV(B) 313.04º 0.39% 0.69% -
XYZ 29.18 21.96 35.96 -
YUV 132.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 175 106 160 0 0.39 0.09 0.31 313.04 0.3 0.55
Hex AF 6A A0 0 27 9 1F 139 1E 37
Octal 257 152 240 0 47 11 37 471 36 67
Binary 10101111 1101010 10100000 0 100111 1001 11111 100111001 11110 110111

Color Harmonies of #AF6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AA0

Black with #AF6AA0

Text Example


Text Example

White with #AF6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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