Html Css Color HEX #AF33F5 Blue Violet

📋 copy color: '#AF33F5'

red 175 ◦ green 51 ◦ blue 245

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

Shades of Blue Violet #AF33F5

Tints of Blue Violet #AF33F5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.83%

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

R = 37.15%
G = 10.83%
B = 52.02%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF33F5 (or 0xAF33F5) is known color: Blue Violet. HEX triplet: AF, 33 and F5. RGB value is (175,51,245). Sum of RGB (Red+Green+Blue) = 175+51+245=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF33F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33F5 is #50CC0A. Grayscale: #6D6D6D. Windows color (decimal): -5295115 or 16069551. OLE color: 16069551.

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

Color convert

RGB 175 51 245 -
CMYK 0.29 0.79 0 0.04
HSL 278.35º 0.91% 0.58% -
HSV(B) 278.35º 0.79% 0.96% -
XYZ 35.34 18.07 88.01 -
YUV 110.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 175 51 245 0.29 0.79 0 0.04 278.35 0.91 0.58
Hex AF 33 F5 1D 4F 0 4 116 5B 3A
Octal 257 63 365 35 117 0 4 426 133 72
Binary 10101111 110011 11110101 11101 1001111 0 100 100010110 1011011 111010

Color Harmonies of #AF33F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33F5

Black with #AF33F5

Text Example


Text Example

White with #AF33F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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