Html Css Color HEX #AEABFE Perano

📋 copy color: '#AEABFE'

red 174 ◦ green 171 ◦ blue 254

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

Shades of Perano #AEABFE

Tints of Perano #AEABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 29.05%
G = 28.55%
B = 42.4%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEABFE (or 0xAEABFE) is known color: Perano. HEX triplet: AE, AB and FE. RGB value is (174,171,254). Sum of RGB (Red+Green+Blue) = 174+171+254=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABFE is #515401. Grayscale: #B5B5B5. Windows color (decimal): -5329922 or 16690094. OLE color: 16690094.

HSL color Cylindrical-coordinate representation of color #AEABFE: hue angle of 242.17º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEABFE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 171 254 -
CMYK 0.31 0.33 0 0.00
HSL 242.17º 0.98% 0.83% -
HSV(B) 242.17º 0.33% 1% -
XYZ 49.91 45.28 99.88 -
YUV 181.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 174 171 254 0.31 0.33 0 0.00 242.17 0.98 0.83
Hex AE AB FE 1F 21 0 0 F2 62 53
Octal 256 253 376 37 41 0 0 362 142 123
Binary 10101110 10101011 11111110 11111 100001 0 0 11110010 1100010 1010011

Color Harmonies of #AEABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABFE

Black with #AEABFE

Text Example


Text Example

White with #AEABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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