Html Css Color HEX #AE37F2 Blue Violet

📋 copy color: '#AE37F2'

red 174 ◦ green 55 ◦ blue 242

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

Shades of Blue Violet #AE37F2

Tints of Blue Violet #AE37F2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.68%

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

R = 36.94%
G = 11.68%
B = 51.38%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE37F2 (or 0xAE37F2) is known color: Blue Violet. HEX triplet: AE, 37 and F2. RGB value is (174,55,242). Sum of RGB (Red+Green+Blue) = 174+55+242=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE37F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37F2 is #51C80D. Grayscale: #6F6F6F. Windows color (decimal): -5359630 or 15873966. OLE color: 15873966.

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

Color convert

RGB 174 55 242 -
CMYK 0.28 0.77 0 0.05
HSL 278.18º 0.88% 0.58% -
HSV(B) 278.18º 0.77% 0.95% -
XYZ 34.85 18.14 85.67 -
YUV 111.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 174 55 242 0.28 0.77 0 0.05 278.18 0.88 0.58
Hex AE 37 F2 1C 4D 0 5 116 58 3A
Octal 256 67 362 34 115 0 5 426 130 72
Binary 10101110 110111 11110010 11100 1001101 0 101 100010110 1011000 111010

Color Harmonies of #AE37F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37F2

Black with #AE37F2

Text Example


Text Example

White with #AE37F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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