Html Css Color HEX #AEA7EF Perano

📋 copy color: '#AEA7EF'

red 174 ◦ green 167 ◦ blue 239

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

Shades of Perano #AEA7EF

Tints of Perano #AEA7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.79%

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

R = 30%
G = 28.79%
B = 41.21%

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

#AEA7EF (or 0xAEA7EF) is known color: Perano. HEX triplet: AE, A7 and EF. RGB value is (174,167,239). Sum of RGB (Red+Green+Blue) = 174+167+239=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEA7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA7EF is #515810. Grayscale: #B1B1B1. Windows color (decimal): -5330961 or 15706030. OLE color: 15706030.

HSL color Cylindrical-coordinate representation of color #AEA7EF: hue angle of 245.83º 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 #AEA7EF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 167 239 -
CMYK 0.27 0.30 0 0.06
HSL 245.83º 0.69% 0.8% -
HSV(B) 245.83º 0.3% 0.94% -
XYZ 46.85 42.87 87.47 -
YUV 177.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 174 167 239 0.27 0.30 0 0.06 245.83 0.69 0.8
Hex AE A7 EF 1B 1E 0 6 F6 45 50
Octal 256 247 357 33 36 0 6 366 105 120
Binary 10101110 10100111 11101111 11011 11110 0 110 11110110 1000101 1010000

Color Harmonies of #AEA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA7EF

Black with #AEA7EF

Text Example


Text Example

White with #AEA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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