Html Css Color HEX #AF33FE Blue Violet

📋 copy color: '#AF33FE'

red 175 ◦ green 51 ◦ blue 254

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

Shades of Blue Violet #AF33FE

Tints of Blue Violet #AF33FE

RGB

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

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

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

R = 36.46%
G = 10.63%
B = 52.92%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF33FE (or 0xAF33FE) is known color: Blue Violet. HEX triplet: AF, 33 and FE. RGB value is (175,51,254). Sum of RGB (Red+Green+Blue) = 175+51+254=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF33FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33FE is #50CC01. Grayscale: #6E6E6E. Windows color (decimal): -5295106 or 16659375. OLE color: 16659375.

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

Color convert

RGB 175 51 254 -
CMYK 0.31 0.80 0 0.00
HSL 276.65º 0.99% 0.6% -
HSV(B) 276.65º 0.8% 1% -
XYZ 36.75 18.64 95.43 -
YUV 111.22 208.58 173.49 -
System Red Green Blue C M Y K H S L
Decimal 175 51 254 0.31 0.80 0 0.00 276.65 0.99 0.6
Hex AF 33 FE 1F 50 0 0 115 63 3C
Octal 257 63 376 37 120 0 0 425 143 74
Binary 10101111 110011 11111110 11111 1010000 0 0 100010101 1100011 111100

Color Harmonies of #AF33FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33FE

Black with #AF33FE

Text Example


Text Example

White with #AF33FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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