Html Css Color HEX #AEA3F7 Perano

📋 copy color: '#AEA3F7'

red 174 ◦ green 163 ◦ blue 247

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

Shades of Perano #AEA3F7

Tints of Perano #AEA3F7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.91%

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 29.79%
G = 27.91%
B = 42.29%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEA3F7 (or 0xAEA3F7) is known color: Perano. HEX triplet: AE, A3 and F7. RGB value is (174,163,247). Sum of RGB (Red+Green+Blue) = 174+163+247=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEA3F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3F7 is #515C08. Grayscale: #AFAFAF. Windows color (decimal): -5331977 or 16229294. OLE color: 16229294.

HSL color Cylindrical-coordinate representation of color #AEA3F7: hue angle of 247.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA3F7 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 163 247 -
CMYK 0.30 0.34 0 0.03
HSL 247.86º 0.84% 0.8% -
HSV(B) 247.86º 0.34% 0.97% -
XYZ 47.34 41.91 93.59 -
YUV 175.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 174 163 247 0.30 0.34 0 0.03 247.86 0.84 0.8
Hex AE A3 F7 1E 22 0 3 F8 54 50
Octal 256 243 367 36 42 0 3 370 124 120
Binary 10101110 10100011 11110111 11110 100010 0 11 11111000 1010100 1010000

Color Harmonies of #AEA3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3F7

Black with #AEA3F7

Text Example


Text Example

White with #AEA3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3F7; }

 p { color: rgb(174,163,247); }

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

background-color css

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

 a { background-color: rgb(174,163,247); }

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

border-color css

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

 span { border-color: rgb(174,163,247); }

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