Html Css Color HEX #AEA8F9 Perano

📋 copy color: '#AEA8F9'

red 174 ◦ green 168 ◦ blue 249

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

Shades of Perano #AEA8F9

Tints of Perano #AEA8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 29.44%
G = 28.43%
B = 42.13%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEA8F9 (or 0xAEA8F9) is known color: Perano. HEX triplet: AE, A8 and F9. RGB value is (174,168,249). Sum of RGB (Red+Green+Blue) = 174+168+249=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEA8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8F9 is #515706. Grayscale: #B2B2B2. Windows color (decimal): -5330695 or 16361646. OLE color: 16361646.

HSL color Cylindrical-coordinate representation of color #AEA8F9: hue angle of 244.44º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA8F9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 168 249 -
CMYK 0.30 0.33 0 0.02
HSL 244.44º 0.87% 0.82% -
HSV(B) 244.44º 0.33% 0.98% -
XYZ 48.56 43.84 95.53 -
YUV 179.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 174 168 249 0.30 0.33 0 0.02 244.44 0.87 0.82
Hex AE A8 F9 1E 21 0 2 F4 57 52
Octal 256 250 371 36 41 0 2 364 127 122
Binary 10101110 10101000 11111001 11110 100001 0 10 11110100 1010111 1010010

Color Harmonies of #AEA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8F9

Black with #AEA8F9

Text Example


Text Example

White with #AEA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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