Html Css Color HEX #AF30F5 Blue Violet

📋 copy color: '#AF30F5'

red 175 ◦ green 48 ◦ blue 245

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

Shades of Blue Violet #AF30F5

Tints of Blue Violet #AF30F5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.26%

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

R = 37.39%
G = 10.26%
B = 52.35%

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

#AF30F5 (or 0xAF30F5) is known color: Blue Violet. HEX triplet: AF, 30 and F5. RGB value is (175,48,245). Sum of RGB (Red+Green+Blue) = 175+48+245=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF30F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30F5 is #50CF0A. Grayscale: #6B6B6B. Windows color (decimal): -5295883 or 16068783. OLE color: 16068783.

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

Color convert

RGB 175 48 245 -
CMYK 0.29 0.80 0 0.04
HSL 278.68º 0.91% 0.57% -
HSV(B) 278.68º 0.8% 0.96% -
XYZ 35.22 17.82 87.97 -
YUV 108.43 205.08 175.48 -
System Red Green Blue C M Y K H S L
Decimal 175 48 245 0.29 0.80 0 0.04 278.68 0.91 0.57
Hex AF 30 F5 1D 50 0 4 117 5B 39
Octal 257 60 365 35 120 0 4 427 133 71
Binary 10101111 110000 11110101 11101 1010000 0 100 100010111 1011011 111001

Color Harmonies of #AF30F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30F5

Black with #AF30F5

Text Example


Text Example

White with #AF30F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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