Html Css Color HEX #AEAAFA Perano

📋 copy color: '#AEAAFA'

red 174 ◦ green 170 ◦ blue 250

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

Shades of Perano #AEAAFA

Tints of Perano #AEAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 29.29%
G = 28.62%
B = 42.09%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEAAFA (or 0xAEAAFA) is known color: Perano. HEX triplet: AE, AA and FA. RGB value is (174,170,250). Sum of RGB (Red+Green+Blue) = 174+170+250=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAFA is #515505. Grayscale: #B4B4B4. Windows color (decimal): -5330182 or 16427694. OLE color: 16427694.

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

Color convert

RGB 174 170 250 -
CMYK 0.30 0.32 0 0.02
HSL 243º 0.89% 0.82% -
HSV(B) 243º 0.32% 0.98% -
XYZ 49.09 44.65 96.47 -
YUV 180.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 174 170 250 0.30 0.32 0 0.02 243 0.89 0.82
Hex AE AA FA 1E 20 0 2 F3 59 52
Octal 256 252 372 36 40 0 2 363 131 122
Binary 10101110 10101010 11111010 11110 100000 0 10 11110011 1011001 1010010

Color Harmonies of #AEAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAAFA

Black with #AEAAFA

Text Example


Text Example

White with #AEAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAAFA; }

 p { color: rgb(174,170,250); }

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

background-color css

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

 a { background-color: rgb(174,170,250); }

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

border-color css

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

 span { border-color: rgb(174,170,250); }

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