Html Css Color HEX #AE70C4 East Side

📋 copy color: '#AE70C4'

red 174 ◦ green 112 ◦ blue 196

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

Shades of East Side #AE70C4

Tints of East Side #AE70C4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.24%

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 36.1%
G = 23.24%
B = 40.66%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AE70C4 (or 0xAE70C4) is known color: East Side. HEX triplet: AE, 70 and C4. RGB value is (174,112,196). Sum of RGB (Red+Green+Blue) = 174+112+196=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE70C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70C4 is #518F3B. Grayscale: #8B8B8B. Windows color (decimal): -5345084 or 12873902. OLE color: 12873902.

HSL color Cylindrical-coordinate representation of color #AE70C4: hue angle of 284.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE70C4 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 112 196 -
CMYK 0.11 0.43 0 0.23
HSL 284.29º 0.42% 0.6% -
HSV(B) 284.29º 0.43% 0.77% -
XYZ 33.21 24.57 55.22 -
YUV 140.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 174 112 196 0.11 0.43 0 0.23 284.29 0.42 0.6
Hex AE 70 C4 B 2B 0 17 11C 2A 3C
Octal 256 160 304 13 53 0 27 434 52 74
Binary 10101110 1110000 11000100 1011 101011 0 10111 100011100 101010 111100

Color Harmonies of #AE70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70C4

Black with #AE70C4

Text Example


Text Example

White with #AE70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70C4; }

 p { color: rgb(174,112,196); }

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

background-color css

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

 a { background-color: rgb(174,112,196); }

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

border-color css

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

 span { border-color: rgb(174,112,196); }

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