Html Css Color HEX #AEA8EF Perano

📋 copy color: '#AEA8EF'

red 174 ◦ green 168 ◦ blue 239

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

Shades of Perano #AEA8EF

Tints of Perano #AEA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.92%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 29.95%
G = 28.92%
B = 41.14%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEA8EF (or 0xAEA8EF) is known color: Perano. HEX triplet: AE, A8 and EF. RGB value is (174,168,239). Sum of RGB (Red+Green+Blue) = 174+168+239=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8EF is #515710. Grayscale: #B1B1B1. Windows color (decimal): -5330705 or 15706286. OLE color: 15706286.

HSL color Cylindrical-coordinate representation of color #AEA8EF: hue angle of 245.07º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA8EF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 168 239 -
CMYK 0.27 0.30 0 0.06
HSL 245.07º 0.69% 0.8% -
HSV(B) 245.07º 0.3% 0.94% -
XYZ 47.04 43.24 87.53 -
YUV 177.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 174 168 239 0.27 0.30 0 0.06 245.07 0.69 0.8
Hex AE A8 EF 1B 1E 0 6 F5 45 50
Octal 256 250 357 33 36 0 6 365 105 120
Binary 10101110 10101000 11101111 11011 11110 0 110 11110101 1000101 1010000

Color Harmonies of #AEA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8EF

Black with #AEA8EF

Text Example


Text Example

White with #AEA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8EF; }

 p { color: rgb(174,168,239); }

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

background-color css

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

 a { background-color: rgb(174,168,239); }

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

border-color css

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

 span { border-color: rgb(174,168,239); }

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