Html Css Color HEX #AF30FE Blue Violet

📋 copy color: '#AF30FE'

red 175 ◦ green 48 ◦ blue 254

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

Shades of Blue Violet #AF30FE

Tints of Blue Violet #AF30FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 36.69%
G = 10.06%
B = 53.25%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF30FE (or 0xAF30FE) is known color: Blue Violet. HEX triplet: AF, 30 and FE. RGB value is (175,48,254). Sum of RGB (Red+Green+Blue) = 175+48+254=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF30FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30FE is #50CF01. Grayscale: #6C6C6C. Windows color (decimal): -5295874 or 16658607. OLE color: 16658607.

HSL color Cylindrical-coordinate representation of color #AF30FE: hue angle of 276.99º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF30FE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 48 254 -
CMYK 0.31 0.81 0 0.00
HSL 276.99º 0.99% 0.59% -
HSV(B) 276.99º 0.81% 1% -
XYZ 36.63 18.38 95.38 -
YUV 109.46 209.58 174.75 -
System Red Green Blue C M Y K H S L
Decimal 175 48 254 0.31 0.81 0 0.00 276.99 0.99 0.59
Hex AF 30 FE 1F 51 0 0 115 63 3B
Octal 257 60 376 37 121 0 0 425 143 73
Binary 10101111 110000 11111110 11111 1010001 0 0 100010101 1100011 111011

Color Harmonies of #AF30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30FE

Black with #AF30FE

Text Example


Text Example

White with #AF30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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