Html Css Color HEX #AF41FE Blue Violet

📋 copy color: '#AF41FE'

red 175 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #AF41FE

Tints of Blue Violet #AF41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.16%

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

R = 35.43%
G = 13.16%
B = 51.42%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF41FE (or 0xAF41FE) is known color: Blue Violet. HEX triplet: AF, 41 and FE. RGB value is (175,65,254). Sum of RGB (Red+Green+Blue) = 175+65+254=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41FE is #50BE01. Grayscale: #767676. Windows color (decimal): -5291522 or 16662959. OLE color: 16662959.

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

Color convert

RGB 175 65 254 -
CMYK 0.31 0.74 0 0.00
HSL 274.92º 0.99% 0.63% -
HSV(B) 274.92º 0.74% 1% -
XYZ 37.46 20.05 95.66 -
YUV 119.44 203.94 167.63 -
System Red Green Blue C M Y K H S L
Decimal 175 65 254 0.31 0.74 0 0.00 274.92 0.99 0.63
Hex AF 41 FE 1F 4A 0 0 113 63 3F
Octal 257 101 376 37 112 0 0 423 143 77
Binary 10101111 1000001 11111110 11111 1001010 0 0 100010011 1100011 111111

Color Harmonies of #AF41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41FE

Black with #AF41FE

Text Example


Text Example

White with #AF41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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