Html Css Color HEX #AEABF2 Perano

📋 copy color: '#AEABF2'

red 174 ◦ green 171 ◦ blue 242

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

Shades of Perano #AEABF2

Tints of Perano #AEABF2

RGB

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

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

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

R = 29.64%
G = 29.13%
B = 41.23%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEABF2 (or 0xAEABF2) is known color: Perano. HEX triplet: AE, AB and F2. RGB value is (174,171,242). Sum of RGB (Red+Green+Blue) = 174+171+242=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABF2 is #51540D. Grayscale: #B3B3B3. Windows color (decimal): -5329934 or 15903662. OLE color: 15903662.

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

Color convert

RGB 174 171 242 -
CMYK 0.28 0.29 0 0.05
HSL 242.54º 0.73% 0.81% -
HSV(B) 242.54º 0.29% 0.95% -
XYZ 48.05 44.54 90.07 -
YUV 179.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 174 171 242 0.28 0.29 0 0.05 242.54 0.73 0.81
Hex AE AB F2 1C 1D 0 5 F3 49 51
Octal 256 253 362 34 35 0 5 363 111 121
Binary 10101110 10101011 11110010 11100 11101 0 101 11110011 1001001 1010001

Color Harmonies of #AEABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABF2

Black with #AEABF2

Text Example


Text Example

White with #AEABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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