Html Css Color HEX #AF2EFE Blue Violet

📋 copy color: '#AF2EFE'

red 175 ◦ green 46 ◦ blue 254

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

Shades of Blue Violet #AF2EFE

Tints of Blue Violet #AF2EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.68%

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

R = 36.84%
G = 9.68%
B = 53.47%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF2EFE (or 0xAF2EFE) is known color: Blue Violet. HEX triplet: AF, 2E and FE. RGB value is (175,46,254). Sum of RGB (Red+Green+Blue) = 175+46+254=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EFE is #50D101. Grayscale: #6B6B6B. Windows color (decimal): -5296386 or 16658095. OLE color: 16658095.

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

Color convert

RGB 175 46 254 -
CMYK 0.31 0.82 0 0.00
HSL 277.21º 0.99% 0.59% -
HSV(B) 277.21º 0.82% 1% -
XYZ 36.55 18.22 95.36 -
YUV 108.28 210.24 175.59 -
System Red Green Blue C M Y K H S L
Decimal 175 46 254 0.31 0.82 0 0.00 277.21 0.99 0.59
Hex AF 2E FE 1F 52 0 0 115 63 3B
Octal 257 56 376 37 122 0 0 425 143 73
Binary 10101111 101110 11111110 11111 1010010 0 0 100010101 1100011 111011

Color Harmonies of #AF2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EFE

Black with #AF2EFE

Text Example


Text Example

White with #AF2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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