Html Css Color HEX #AEA8F1 Perano

📋 copy color: '#AEA8F1'

red 174 ◦ green 168 ◦ blue 241

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

Shades of Perano #AEA8F1

Tints of Perano #AEA8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 29.85%
G = 28.82%
B = 41.34%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEA8F1 (or 0xAEA8F1) is known color: Perano. HEX triplet: AE, A8 and F1. RGB value is (174,168,241). Sum of RGB (Red+Green+Blue) = 174+168+241=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEA8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8F1 is #51570E. Grayscale: #B1B1B1. Windows color (decimal): -5330703 or 15837358. OLE color: 15837358.

HSL color Cylindrical-coordinate representation of color #AEA8F1: hue angle of 244.93º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA8F1 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 168 241 -
CMYK 0.28 0.30 0 0.05
HSL 244.93º 0.72% 0.8% -
HSV(B) 244.93º 0.3% 0.95% -
XYZ 47.34 43.35 89.09 -
YUV 178.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 174 168 241 0.28 0.30 0 0.05 244.93 0.72 0.8
Hex AE A8 F1 1C 1E 0 5 F5 48 50
Octal 256 250 361 34 36 0 5 365 110 120
Binary 10101110 10101000 11110001 11100 11110 0 101 11110101 1001000 1010000

Color Harmonies of #AEA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8F1

Black with #AEA8F1

Text Example


Text Example

White with #AEA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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