Html Css Color HEX #AF44A1 Violet Blue

📋 copy color: '#AF44A1'

red 175 ◦ green 68 ◦ blue 161

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

Shades of Violet Blue #AF44A1

Tints of Violet Blue #AF44A1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 43.32%
G = 16.83%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF44A1 (or 0xAF44A1) is known color: Violet Blue. HEX triplet: AF, 44 and A1. RGB value is (175,68,161). Sum of RGB (Red+Green+Blue) = 175+68+161=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44A1 is #50BB5E. Grayscale: #6E6E6E. Windows color (decimal): -5290847 or 10568879. OLE color: 10568879.

HSL color Cylindrical-coordinate representation of color #AF44A1: hue angle of 307.85º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF44A1 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 161 -
CMYK 0 0.61 0.08 0.31
HSL 307.85º 0.44% 0.48% -
HSV(B) 307.85º 0.61% 0.69% -
XYZ 26.18 15.82 35.39 -
YUV 110.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 175 68 161 0 0.61 0.08 0.31 307.85 0.44 0.48
Hex AF 44 A1 0 3D 8 1F 134 2C 30
Octal 257 104 241 0 75 10 37 464 54 60
Binary 10101111 1000100 10100001 0 111101 1000 11111 100110100 101100 110000

Color Harmonies of #AF44A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44A1

Black with #AF44A1

Text Example


Text Example

White with #AF44A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44A1; }

 p { color: rgb(175,68,161); }

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

background-color css

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

 a { background-color: rgb(175,68,161); }

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

border-color css

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

 span { border-color: rgb(175,68,161); }

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