Html Css Color HEX #AEA4F1 Perano

📋 copy color: '#AEA4F1'

red 174 ◦ green 164 ◦ blue 241

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

Shades of Perano #AEA4F1

Tints of Perano #AEA4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.32%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 30.05%
G = 28.32%
B = 41.62%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEA4F1 (or 0xAEA4F1) is known color: Perano. HEX triplet: AE, A4 and F1. RGB value is (174,164,241). Sum of RGB (Red+Green+Blue) = 174+164+241=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEA4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4F1 is #515B0E. Grayscale: #AFAFAF. Windows color (decimal): -5331727 or 15836334. OLE color: 15836334.

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

Color convert

RGB 174 164 241 -
CMYK 0.28 0.32 0 0.05
HSL 247.79º 0.73% 0.79% -
HSV(B) 247.79º 0.32% 0.95% -
XYZ 46.61 41.9 88.85 -
YUV 175.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 174 164 241 0.28 0.32 0 0.05 247.79 0.73 0.79
Hex AE A4 F1 1C 20 0 5 F8 49 4F
Octal 256 244 361 34 40 0 5 370 111 117
Binary 10101110 10100100 11110001 11100 100000 0 101 11111000 1001001 1001111

Color Harmonies of #AEA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4F1

Black with #AEA4F1

Text Example


Text Example

White with #AEA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4F1; }

 p { color: rgb(174,164,241); }

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

background-color css

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

 a { background-color: rgb(174,164,241); }

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

border-color css

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

 span { border-color: rgb(174,164,241); }

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