Html Css Color HEX #AEABEE Perano

📋 copy color: '#AEABEE'

red 174 ◦ green 171 ◦ blue 238

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

Shades of Perano #AEABEE

Tints of Perano #AEABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.33%

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 29.85%
G = 29.33%
B = 40.82%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEABEE (or 0xAEABEE) is known color: Perano. HEX triplet: AE, AB and EE. RGB value is (174,171,238). Sum of RGB (Red+Green+Blue) = 174+171+238=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABEE is #515411. Grayscale: #B3B3B3. Windows color (decimal): -5329938 or 15641518. OLE color: 15641518.

HSL color Cylindrical-coordinate representation of color #AEABEE: hue angle of 242.69º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEABEE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 171 238 -
CMYK 0.27 0.28 0 0.07
HSL 242.69º 0.66% 0.8% -
HSV(B) 242.69º 0.28% 0.93% -
XYZ 47.45 44.3 86.94 -
YUV 179.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 174 171 238 0.27 0.28 0 0.07 242.69 0.66 0.8
Hex AE AB EE 1B 1C 0 7 F3 42 50
Octal 256 253 356 33 34 0 7 363 102 120
Binary 10101110 10101011 11101110 11011 11100 0 111 11110011 1000010 1010000

Color Harmonies of #AEABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABEE

Black with #AEABEE

Text Example


Text Example

White with #AEABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABEE; }

 p { color: rgb(174,171,238); }

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

background-color css

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

 a { background-color: rgb(174,171,238); }

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

border-color css

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

 span { border-color: rgb(174,171,238); }

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