Html Css Color HEX #AF28F5 Blue Violet

📋 copy color: '#AF28F5'

red 175 ◦ green 40 ◦ blue 245

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

Shades of Blue Violet #AF28F5

Tints of Blue Violet #AF28F5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.7%

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

R = 38.04%
G = 8.7%
B = 53.26%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF28F5 (or 0xAF28F5) is known color: Blue Violet. HEX triplet: AF, 28 and F5. RGB value is (175,40,245). Sum of RGB (Red+Green+Blue) = 175+40+245=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF28F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28F5 is #50D70A. Grayscale: #676767. Windows color (decimal): -5297931 or 16066735. OLE color: 16066735.

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

Color convert

RGB 175 40 245 -
CMYK 0.29 0.84 0 0.04
HSL 279.51º 0.91% 0.56% -
HSV(B) 279.51º 0.84% 0.96% -
XYZ 34.92 17.22 87.87 -
YUV 103.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 175 40 245 0.29 0.84 0 0.04 279.51 0.91 0.56
Hex AF 28 F5 1D 54 0 4 118 5B 38
Octal 257 50 365 35 124 0 4 430 133 70
Binary 10101111 101000 11110101 11101 1010100 0 100 100011000 1011011 111000

Color Harmonies of #AF28F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28F5

Black with #AF28F5

Text Example


Text Example

White with #AF28F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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