Html Css Color HEX #AF4AA0 Violet Blue

📋 copy color: '#AF4AA0'

red 175 ◦ green 74 ◦ blue 160

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

Shades of Violet Blue #AF4AA0

Tints of Violet Blue #AF4AA0

RGB

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

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

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

R = 42.79%
G = 18.09%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF4AA0 (or 0xAF4AA0) is known color: Violet Blue. HEX triplet: AF, 4A and A0. RGB value is (175,74,160). Sum of RGB (Red+Green+Blue) = 175+74+160=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA0 is #50B55F. Grayscale: #717171. Windows color (decimal): -5289312 or 10504879. OLE color: 10504879.

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

Color convert

RGB 175 74 160 -
CMYK 0 0.58 0.09 0.31
HSL 308.91º 0.41% 0.49% -
HSV(B) 308.91º 0.58% 0.69% -
XYZ 26.47 16.55 35.06 -
YUV 114 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 175 74 160 0 0.58 0.09 0.31 308.91 0.41 0.49
Hex AF 4A A0 0 3A 9 1F 135 29 31
Octal 257 112 240 0 72 11 37 465 51 61
Binary 10101111 1001010 10100000 0 111010 1001 11111 100110101 101001 110001

Color Harmonies of #AF4AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AA0

Black with #AF4AA0

Text Example


Text Example

White with #AF4AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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