Html Css Color HEX #AAB5FD Perano

📋 copy color: '#AAB5FD'

red 170 ◦ green 181 ◦ blue 253

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

Shades of Perano #AAB5FD

Tints of Perano #AAB5FD

RGB

 RED value IS 170 (66.8% from 255) = 28.15%

 GREEN value IS 181 (71.09% from 255) = 29.97%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 28.15%
G = 29.97%
B = 41.89%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAB5FD (or 0xAAB5FD) is known color: Perano. HEX triplet: AA, B5 and FD. RGB value is (170,181,253). Sum of RGB (Red+Green+Blue) = 170+181+253=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FD is #554A02. Grayscale: #B9B9B9. Windows color (decimal): -5589507 or 16627114. OLE color: 16627114.

HSL color Cylindrical-coordinate representation of color #AAB5FD: hue angle of 232.05º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB5FD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 181 253 -
CMYK 0.33 0.28 0 0.01
HSL 232.05º 0.95% 0.83% -
HSV(B) 232.05º 0.33% 0.99% -
XYZ 50.83 48.69 99.65 -
YUV 185.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 170 181 253 0.33 0.28 0 0.01 232.05 0.95 0.83
Hex AA B5 FD 21 1C 0 1 E8 5F 53
Octal 252 265 375 41 34 0 1 350 137 123
Binary 10101010 10110101 11111101 100001 11100 0 1 11101000 1011111 1010011

Color Harmonies of #AAB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5FD

Black with #AAB5FD

Text Example


Text Example

White with #AAB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5FD; }

 p { color: rgb(170,181,253); }

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

background-color css

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

 a { background-color: rgb(170,181,253); }

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

border-color css

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

 span { border-color: rgb(170,181,253); }

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