Html Css Color HEX #AE40FA Blue Violet

📋 copy color: '#AE40FA'

red 174 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #AE40FA

Tints of Blue Violet #AE40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 35.66%
G = 13.11%
B = 51.23%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE40FA (or 0xAE40FA) is known color: Blue Violet. HEX triplet: AE, 40 and FA. RGB value is (174,64,250). Sum of RGB (Red+Green+Blue) = 174+64+250=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE40FA is #51BF05. Grayscale: #757575. Windows color (decimal): -5357318 or 16400558. OLE color: 16400558.

HSL color Cylindrical-coordinate representation of color #AE40FA: hue angle of 275.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE40FA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 64 250 -
CMYK 0.30 0.74 0 0.02
HSL 275.48º 0.95% 0.62% -
HSV(B) 275.48º 0.74% 0.98% -
XYZ 36.54 19.57 92.29 -
YUV 118.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 174 64 250 0.30 0.74 0 0.02 275.48 0.95 0.62
Hex AE 40 FA 1E 4A 0 2 113 5F 3E
Octal 256 100 372 36 112 0 2 423 137 76
Binary 10101110 1000000 11111010 11110 1001010 0 10 100010011 1011111 111110

Color Harmonies of #AE40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40FA

Black with #AE40FA

Text Example


Text Example

White with #AE40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40FA; }

 p { color: rgb(174,64,250); }

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

background-color css

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

 a { background-color: rgb(174,64,250); }

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

border-color css

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

 span { border-color: rgb(174,64,250); }

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