Html Css Color HEX #AF32F5 Blue Violet

📋 copy color: '#AF32F5'

red 175 ◦ green 50 ◦ blue 245

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

Shades of Blue Violet #AF32F5

Tints of Blue Violet #AF32F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.13%

R = 37.23%
G = 10.64%
B = 52.13%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF32F5 (or 0xAF32F5) is known color: Blue Violet. HEX triplet: AF, 32 and F5. RGB value is (175,50,245). Sum of RGB (Red+Green+Blue) = 175+50+245=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF32F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32F5 is #50CD0A. Grayscale: #6C6C6C. Windows color (decimal): -5295371 or 16069295. OLE color: 16069295.

HSL color Cylindrical-coordinate representation of color #AF32F5: hue angle of 278.46º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32F5 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 50 245 -
CMYK 0.29 0.80 0 0.04
HSL 278.46º 0.91% 0.58% -
HSV(B) 278.46º 0.8% 0.96% -
XYZ 35.3 17.99 88 -
YUV 109.61 204.41 174.64 -
System Red Green Blue C M Y K H S L
Decimal 175 50 245 0.29 0.80 0 0.04 278.46 0.91 0.58
Hex AF 32 F5 1D 50 0 4 116 5B 3A
Octal 257 62 365 35 120 0 4 426 133 72
Binary 10101111 110010 11110101 11101 1010000 0 100 100010110 1011011 111010

Color Harmonies of #AF32F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32F5

Black with #AF32F5

Text Example


Text Example

White with #AF32F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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