Html Css Color HEX #AF4AA6 Violet Blue

📋 copy color: '#AF4AA6'

red 175 ◦ green 74 ◦ blue 166

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

Shades of Violet Blue #AF4AA6

Tints of Violet Blue #AF4AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 166 (65.23% from 255) = 40%

R = 42.17%
G = 17.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF4AA6 (or 0xAF4AA6) is known color: Violet Blue. HEX triplet: AF, 4A and A6. RGB value is (175,74,166). Sum of RGB (Red+Green+Blue) = 175+74+166=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA6 is #50B559. Grayscale: #727272. Windows color (decimal): -5289306 or 10898095. OLE color: 10898095.

HSL color Cylindrical-coordinate representation of color #AF4AA6: hue angle of 305.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4AA6 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 166 -
CMYK 0 0.58 0.05 0.31
HSL 305.35º 0.41% 0.49% -
HSV(B) 305.35º 0.58% 0.69% -
XYZ 27.01 16.76 37.89 -
YUV 114.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 175 74 166 0 0.58 0.05 0.31 305.35 0.41 0.49
Hex AF 4A A6 0 3A 5 1F 131 29 31
Octal 257 112 246 0 72 5 37 461 51 61
Binary 10101111 1001010 10100110 0 111010 101 11111 100110001 101001 110001

Color Harmonies of #AF4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AA6

Black with #AF4AA6

Text Example


Text Example

White with #AF4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AA6; }

 p { color: rgb(175,74,166); }

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

background-color css

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

 a { background-color: rgb(175,74,166); }

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

border-color css

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

 span { border-color: rgb(175,74,166); }

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