Html Css Color HEX #AF3EFE Blue Violet

📋 copy color: '#AF3EFE'

red 175 ◦ green 62 ◦ blue 254

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

Shades of Blue Violet #AF3EFE

Tints of Blue Violet #AF3EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.63%

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

R = 35.64%
G = 12.63%
B = 51.73%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF3EFE (or 0xAF3EFE) is known color: Blue Violet. HEX triplet: AF, 3E and FE. RGB value is (175,62,254). Sum of RGB (Red+Green+Blue) = 175+62+254=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF3EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EFE is #50C101. Grayscale: #757575. Windows color (decimal): -5292290 or 16662191. OLE color: 16662191.

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

Color convert

RGB 175 62 254 -
CMYK 0.31 0.76 0 0.00
HSL 275.31º 0.99% 0.62% -
HSV(B) 275.31º 0.76% 1% -
XYZ 37.29 19.71 95.61 -
YUV 117.68 204.94 168.89 -
System Red Green Blue C M Y K H S L
Decimal 175 62 254 0.31 0.76 0 0.00 275.31 0.99 0.62
Hex AF 3E FE 1F 4C 0 0 113 63 3E
Octal 257 76 376 37 114 0 0 423 143 76
Binary 10101111 111110 11111110 11111 1001100 0 0 100010011 1100011 111110

Color Harmonies of #AF3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EFE

Black with #AF3EFE

Text Example


Text Example

White with #AF3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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