Html Css Color HEX #AEA3F6 Perano

📋 copy color: '#AEA3F6'

red 174 ◦ green 163 ◦ blue 246

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

Shades of Perano #AEA3F6

Tints of Perano #AEA3F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 29.85%
G = 27.96%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEA3F6 (or 0xAEA3F6) is known color: Perano. HEX triplet: AE, A3 and F6. RGB value is (174,163,246). Sum of RGB (Red+Green+Blue) = 174+163+246=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEA3F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3F6 is #515C09. Grayscale: #AFAFAF. Windows color (decimal): -5331978 or 16163758. OLE color: 16163758.

HSL color Cylindrical-coordinate representation of color #AEA3F6: hue angle of 247.95º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA3F6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 163 246 -
CMYK 0.29 0.34 0 0.04
HSL 247.95º 0.82% 0.8% -
HSV(B) 247.95º 0.34% 0.96% -
XYZ 47.19 41.85 92.78 -
YUV 175.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 174 163 246 0.29 0.34 0 0.04 247.95 0.82 0.8
Hex AE A3 F6 1D 22 0 4 F8 52 50
Octal 256 243 366 35 42 0 4 370 122 120
Binary 10101110 10100011 11110110 11101 100010 0 100 11111000 1010010 1010000

Color Harmonies of #AEA3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3F6

Black with #AEA3F6

Text Example


Text Example

White with #AEA3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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