Html Css Color HEX #AE42FE Blue Violet

📋 copy color: '#AE42FE'

red 174 ◦ green 66 ◦ blue 254

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

Shades of Blue Violet #AE42FE

Tints of Blue Violet #AE42FE

RGB

 RED value IS 174 (68.36% from 255) = 35.22%

 GREEN value IS 66 (26.17% from 255) = 13.36%

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

R = 35.22%
G = 13.36%
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

#AE42FE (or 0xAE42FE) is known color: Blue Violet. HEX triplet: AE, 42 and FE. RGB value is (174,66,254). Sum of RGB (Red+Green+Blue) = 174+66+254=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 66 (26.17% from 255 or 13.36% 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 #AE42FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE42FE is #51BD01. Grayscale: #777777. Windows color (decimal): -5356802 or 16663214. OLE color: 16663214.

HSL color Cylindrical-coordinate representation of color #AE42FE: hue angle of 274.47º 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 #AE42FE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 66 254 -
CMYK 0.31 0.74 0 0.00
HSL 274.47º 0.99% 0.63% -
HSV(B) 274.47º 0.74% 1% -
XYZ 37.29 20.05 95.67 -
YUV 119.72 203.78 166.71 -
System Red Green Blue C M Y K H S L
Decimal 174 66 254 0.31 0.74 0 0.00 274.47 0.99 0.63
Hex AE 42 FE 1F 4A 0 0 112 63 3F
Octal 256 102 376 37 112 0 0 422 143 77
Binary 10101110 1000010 11111110 11111 1001010 0 0 100010010 1100011 111111

Color Harmonies of #AE42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42FE

Black with #AE42FE

Text Example


Text Example

White with #AE42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42FE; }

 p { color: rgb(174,66,254); }

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

background-color css

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

 a { background-color: rgb(174,66,254); }

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

border-color css

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

 span { border-color: rgb(174,66,254); }

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