Html Css Color HEX #AE2AF2 Blue Violet

📋 copy color: '#AE2AF2'

red 174 ◦ green 42 ◦ blue 242

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

Shades of Blue Violet #AE2AF2

Tints of Blue Violet #AE2AF2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.17%

 BLUE value IS 242 (94.92% from 255) = 52.84%

R = 37.99%
G = 9.17%
B = 52.84%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE2AF2 (or 0xAE2AF2) is known color: Blue Violet. HEX triplet: AE, 2A and F2. RGB value is (174,42,242). Sum of RGB (Red+Green+Blue) = 174+42+242=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE2AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2AF2 is #51D50D. Grayscale: #676767. Windows color (decimal): -5362958 or 15870638. OLE color: 15870638.

HSL color Cylindrical-coordinate representation of color #AE2AF2: hue angle of 279.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE2AF2 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 42 242 -
CMYK 0.28 0.83 0 0.05
HSL 279.6º 0.88% 0.56% -
HSV(B) 279.6º 0.83% 0.95% -
XYZ 34.31 17.07 85.49 -
YUV 104.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 174 42 242 0.28 0.83 0 0.05 279.6 0.88 0.56
Hex AE 2A F2 1C 53 0 5 118 58 38
Octal 256 52 362 34 123 0 5 430 130 70
Binary 10101110 101010 11110010 11100 1010011 0 101 100011000 1011000 111000

Color Harmonies of #AE2AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2AF2

Black with #AE2AF2

Text Example


Text Example

White with #AE2AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2AF2; }

 p { color: rgb(174,42,242); }

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

background-color css

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

 a { background-color: rgb(174,42,242); }

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

border-color css

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

 span { border-color: rgb(174,42,242); }

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