Html Css Color HEX #AEA6F2 Perano

📋 copy color: '#AEA6F2'

red 174 ◦ green 166 ◦ blue 242

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

Shades of Perano #AEA6F2

Tints of Perano #AEA6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.58%

R = 29.9%
G = 28.52%
B = 41.58%

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

#AEA6F2 (or 0xAEA6F2) is known color: Perano. HEX triplet: AE, A6 and F2. RGB value is (174,166,242). Sum of RGB (Red+Green+Blue) = 174+166+242=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEA6F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6F2 is #51590D. Grayscale: #B0B0B0. Windows color (decimal): -5331214 or 15902382. OLE color: 15902382.

HSL color Cylindrical-coordinate representation of color #AEA6F2: hue angle of 246.32º degrees, saturation: 0.75, 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 #AEA6F2 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 166 242 -
CMYK 0.28 0.31 0 0.05
HSL 246.32º 0.75% 0.8% -
HSV(B) 246.32º 0.31% 0.95% -
XYZ 47.12 42.68 89.76 -
YUV 177.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 174 166 242 0.28 0.31 0 0.05 246.32 0.75 0.8
Hex AE A6 F2 1C 1F 0 5 F6 4B 50
Octal 256 246 362 34 37 0 5 366 113 120
Binary 10101110 10100110 11110010 11100 11111 0 101 11110110 1001011 1010000

Color Harmonies of #AEA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6F2

Black with #AEA6F2

Text Example


Text Example

White with #AEA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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