Html Css Color HEX #AEB3FF Perano

📋 copy color: '#AEB3FF'

red 174 ◦ green 179 ◦ blue 255

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

Shades of Perano #AEB3FF

Tints of Perano #AEB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.44%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 28.62%
G = 29.44%
B = 41.94%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEB3FF (or 0xAEB3FF) is known color: Perano. HEX triplet: AE, B3 and FF. RGB value is (174,179,255). Sum of RGB (Red+Green+Blue) = 174+179+255=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3FF is #514C00. Grayscale: #B9B9B9. Windows color (decimal): -5327873 or 16757678. OLE color: 16757678.

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

Color convert

RGB 174 179 255 -
CMYK 0.32 0.30 0 0
HSL 236.3º 1% 0.84% -
HSV(B) 236.3º 0.32% 1% -
XYZ 51.63 48.46 101.24 -
YUV 186.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 174 179 255 0.32 0.30 0 0 236.3 1 0.84
Hex AE B3 FF 20 1E 0 0 EC 64 54
Octal 256 263 377 40 36 0 0 354 144 124
Binary 10101110 10110011 11111111 100000 11110 0 0 11101100 1100100 1010100

Color Harmonies of #AEB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB3FF

Black with #AEB3FF

Text Example


Text Example

White with #AEB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB3FF; }

 p { color: rgb(174,179,255); }

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

background-color css

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

 a { background-color: rgb(174,179,255); }

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

border-color css

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

 span { border-color: rgb(174,179,255); }

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