Html Css Color HEX #AE30FF Blue Violet

📋 copy color: '#AE30FF'

red 174 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #AE30FF

Tints of Blue Violet #AE30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.06%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 36.48%
G = 10.06%
B = 53.46%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE30FF (or 0xAE30FF) is known color: Blue Violet. HEX triplet: AE, 30 and FF. RGB value is (174,48,255). Sum of RGB (Red+Green+Blue) = 174+48+255=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE30FF is #51CF00. Grayscale: #6C6C6C. Windows color (decimal): -5361409 or 16724142. OLE color: 16724142.

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

Color convert

RGB 174 48 255 -
CMYK 0.32 0.81 0 0
HSL 276.52º 1% 0.59% -
HSV(B) 276.52º 0.81% 1% -
XYZ 36.56 18.33 96.22 -
YUV 109.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 174 48 255 0.32 0.81 0 0 276.52 1 0.59
Hex AE 30 FF 20 51 0 0 115 64 3B
Octal 256 60 377 40 121 0 0 425 144 73
Binary 10101110 110000 11111111 100000 1010001 0 0 100010101 1100100 111011

Color Harmonies of #AE30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30FF

Black with #AE30FF

Text Example


Text Example

White with #AE30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30FF; }

 p { color: rgb(174,48,255); }

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

background-color css

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

 a { background-color: rgb(174,48,255); }

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

border-color css

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

 span { border-color: rgb(174,48,255); }

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