Html Css Color HEX #AE34FF Blue Violet

📋 copy color: '#AE34FF'

red 174 ◦ green 52 ◦ blue 255

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

Shades of Blue Violet #AE34FF

Tints of Blue Violet #AE34FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.81%

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

R = 36.17%
G = 10.81%
B = 53.01%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE34FF (or 0xAE34FF) is known color: Blue Violet. HEX triplet: AE, 34 and FF. RGB value is (174,52,255). Sum of RGB (Red+Green+Blue) = 174+52+255=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE34FF is #51CB00. Grayscale: #6E6E6E. Windows color (decimal): -5360385 or 16725166. OLE color: 16725166.

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

Color convert

RGB 174 52 255 -
CMYK 0.32 0.80 0 0
HSL 276.06º 1% 0.6% -
HSV(B) 276.06º 0.8% 1% -
XYZ 36.73 18.67 96.28 -
YUV 111.62 208.92 172.49 -
System Red Green Blue C M Y K H S L
Decimal 174 52 255 0.32 0.80 0 0 276.06 1 0.6
Hex AE 34 FF 20 50 0 0 114 64 3C
Octal 256 64 377 40 120 0 0 424 144 74
Binary 10101110 110100 11111111 100000 1010000 0 0 100010100 1100100 111100

Color Harmonies of #AE34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE34FF

Black with #AE34FF

Text Example


Text Example

White with #AE34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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