Html Css Color HEX #AF3FFE Blue Violet

📋 copy color: '#AF3FFE'

red 175 ◦ green 63 ◦ blue 254

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

Shades of Blue Violet #AF3FFE

Tints of Blue Violet #AF3FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.8%

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

R = 35.57%
G = 12.8%
B = 51.63%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF3FFE (or 0xAF3FFE) is known color: Blue Violet. HEX triplet: AF, 3F and FE. RGB value is (175,63,254). Sum of RGB (Red+Green+Blue) = 175+63+254=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF3FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFE is #50C001. Grayscale: #757575. Windows color (decimal): -5292034 or 16662447. OLE color: 16662447.

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

Color convert

RGB 175 63 254 -
CMYK 0.31 0.75 0 0.00
HSL 275.18º 0.99% 0.62% -
HSV(B) 275.18º 0.75% 1% -
XYZ 37.35 19.82 95.62 -
YUV 118.26 204.61 168.47 -
System Red Green Blue C M Y K H S L
Decimal 175 63 254 0.31 0.75 0 0.00 275.18 0.99 0.62
Hex AF 3F FE 1F 4B 0 0 113 63 3E
Octal 257 77 376 37 113 0 0 423 143 76
Binary 10101111 111111 11111110 11111 1001011 0 0 100010011 1100011 111110

Color Harmonies of #AF3FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FFE

Black with #AF3FFE

Text Example


Text Example

White with #AF3FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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