Html Css Color HEX #AEACF0 Perano

📋 copy color: '#AEACF0'

red 174 ◦ green 172 ◦ blue 240

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

Shades of Perano #AEACF0

Tints of Perano #AEACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 29.69%
G = 29.35%
B = 40.96%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEACF0 (or 0xAEACF0) is known color: Perano. HEX triplet: AE, AC and F0. RGB value is (174,172,240). Sum of RGB (Red+Green+Blue) = 174+172+240=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF0 is #51530F. Grayscale: #B4B4B4. Windows color (decimal): -5329680 or 15772846. OLE color: 15772846.

HSL color Cylindrical-coordinate representation of color #AEACF0: hue angle of 241.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEACF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 172 240 -
CMYK 0.28 0.28 0 0.06
HSL 241.76º 0.69% 0.81% -
HSV(B) 241.76º 0.28% 0.94% -
XYZ 47.94 44.79 88.56 -
YUV 180.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 174 172 240 0.28 0.28 0 0.06 241.76 0.69 0.81
Hex AE AC F0 1C 1C 0 6 F2 45 51
Octal 256 254 360 34 34 0 6 362 105 121
Binary 10101110 10101100 11110000 11100 11100 0 110 11110010 1000101 1010001

Color Harmonies of #AEACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACF0

Black with #AEACF0

Text Example


Text Example

White with #AEACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACF0; }

 p { color: rgb(174,172,240); }

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

background-color css

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

 a { background-color: rgb(174,172,240); }

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

border-color css

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

 span { border-color: rgb(174,172,240); }

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