Html Css Color HEX #AEA6F1 Perano

📋 copy color: '#AEA6F1'

red 174 ◦ green 166 ◦ blue 241

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

Shades of Perano #AEA6F1

Tints of Perano #AEA6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.57%

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

R = 29.95%
G = 28.57%
B = 41.48%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEA6F1 (or 0xAEA6F1) is known color: Perano. HEX triplet: AE, A6 and F1. RGB value is (174,166,241). Sum of RGB (Red+Green+Blue) = 174+166+241=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEA6F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6F1 is #51590E. Grayscale: #B0B0B0. Windows color (decimal): -5331215 or 15836846. OLE color: 15836846.

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

Color convert

RGB 174 166 241 -
CMYK 0.28 0.31 0 0.05
HSL 246.4º 0.73% 0.8% -
HSV(B) 246.4º 0.31% 0.95% -
XYZ 46.97 42.62 88.97 -
YUV 176.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 174 166 241 0.28 0.31 0 0.05 246.4 0.73 0.8
Hex AE A6 F1 1C 1F 0 5 F6 49 50
Octal 256 246 361 34 37 0 5 366 111 120
Binary 10101110 10100110 11110001 11100 11111 0 101 11110110 1001001 1010000

Color Harmonies of #AEA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6F1

Black with #AEA6F1

Text Example


Text Example

White with #AEA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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