Html Css Color HEX #AF4BAA Violet Blue

📋 copy color: '#AF4BAA'

red 175 ◦ green 75 ◦ blue 170

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

Shades of Violet Blue #AF4BAA

Tints of Violet Blue #AF4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 41.67%
G = 17.86%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF4BAA (or 0xAF4BAA) is known color: Violet Blue. HEX triplet: AF, 4B and AA. RGB value is (175,75,170). Sum of RGB (Red+Green+Blue) = 175+75+170=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4BAA is #50B455. Grayscale: #737373. Windows color (decimal): -5289046 or 11160495. OLE color: 11160495.

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

Color convert

RGB 175 75 170 -
CMYK 0 0.57 0.03 0.31
HSL 303º 0.4% 0.49% -
HSV(B) 303º 0.57% 0.69% -
XYZ 27.45 17.05 39.87 -
YUV 115.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 175 75 170 0 0.57 0.03 0.31 303 0.4 0.49
Hex AF 4B AA 0 39 3 1F 12F 28 31
Octal 257 113 252 0 71 3 37 457 50 61
Binary 10101111 1001011 10101010 0 111001 11 11111 100101111 101000 110001

Color Harmonies of #AF4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BAA

Black with #AF4BAA

Text Example


Text Example

White with #AF4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BAA; }

 p { color: rgb(175,75,170); }

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

background-color css

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

 a { background-color: rgb(175,75,170); }

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

border-color css

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

 span { border-color: rgb(175,75,170); }

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