Html Css Color HEX #AF3FA1 Violet Blue

📋 copy color: '#AF3FA1'

red 175 ◦ green 63 ◦ blue 161

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

Shades of Violet Blue #AF3FA1

Tints of Violet Blue #AF3FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

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

R = 43.86%
G = 15.79%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF3FA1 (or 0xAF3FA1) is known color: Violet Blue. HEX triplet: AF, 3F and A1. RGB value is (175,63,161). Sum of RGB (Red+Green+Blue) = 175+63+161=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA1 is #50C05E. Grayscale: #6B6B6B. Windows color (decimal): -5292127 or 10567599. OLE color: 10567599.

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

Color convert

RGB 175 63 161 -
CMYK 0 0.64 0.08 0.31
HSL 307.5º 0.47% 0.47% -
HSV(B) 307.5º 0.64% 0.69% -
XYZ 25.89 15.24 35.3 -
YUV 107.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 175 63 161 0 0.64 0.08 0.31 307.5 0.47 0.47
Hex AF 3F A1 0 40 8 1F 134 2F 2F
Octal 257 77 241 0 100 10 37 464 57 57
Binary 10101111 111111 10100001 0 1000000 1000 11111 100110100 101111 101111

Color Harmonies of #AF3FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FA1

Black with #AF3FA1

Text Example


Text Example

White with #AF3FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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