Html Css Color HEX #AF32FF Blue Violet

📋 copy color: '#AF32FF'

red 175 ◦ green 50 ◦ blue 255

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

Shades of Blue Violet #AF32FF

Tints of Blue Violet #AF32FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.42%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 36.46%
G = 10.42%
B = 53.13%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF32FF (or 0xAF32FF) is known color: Blue Violet. HEX triplet: AF, 32 and FF. RGB value is (175,50,255). Sum of RGB (Red+Green+Blue) = 175+50+255=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32FF is #50CD00. Grayscale: #6E6E6E. Windows color (decimal): -5295361 or 16724655. OLE color: 16724655.

HSL color Cylindrical-coordinate representation of color #AF32FF: hue angle of 276.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32FF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 50 255 -
CMYK 0.31 0.80 0 0
HSL 276.59º 1% 0.6% -
HSV(B) 276.59º 0.8% 1% -
XYZ 36.87 18.62 96.26 -
YUV 110.75 209.41 173.83 -
System Red Green Blue C M Y K H S L
Decimal 175 50 255 0.31 0.80 0 0 276.59 1 0.6
Hex AF 32 FF 1F 50 0 0 115 64 3C
Octal 257 62 377 37 120 0 0 425 144 74
Binary 10101111 110010 11111111 11111 1010000 0 0 100010101 1100100 111100

Color Harmonies of #AF32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32FF

Black with #AF32FF

Text Example


Text Example

White with #AF32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32FF; }

 p { color: rgb(175,50,255); }

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

background-color css

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

 a { background-color: rgb(175,50,255); }

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

border-color css

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

 span { border-color: rgb(175,50,255); }

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