Html Css Color HEX #AAB0FD Perano

📋 copy color: '#AAB0FD'

red 170 ◦ green 176 ◦ blue 253

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

Shades of Perano #AAB0FD

Tints of Perano #AAB0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

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

R = 28.38%
G = 29.38%
B = 42.24%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAB0FD (or 0xAAB0FD) is known color: Perano. HEX triplet: AA, B0 and FD. RGB value is (170,176,253). Sum of RGB (Red+Green+Blue) = 170+176+253=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0FD is #554F02. Grayscale: #B6B6B6. Windows color (decimal): -5590787 or 16625834. OLE color: 16625834.

HSL color Cylindrical-coordinate representation of color #AAB0FD: hue angle of 235.66º 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 #AAB0FD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 176 253 -
CMYK 0.33 0.30 0 0.01
HSL 235.66º 0.95% 0.83% -
HSV(B) 235.66º 0.33% 0.99% -
XYZ 49.83 46.69 99.31 -
YUV 182.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 170 176 253 0.33 0.30 0 0.01 235.66 0.95 0.83
Hex AA B0 FD 21 1E 0 1 EC 5F 53
Octal 252 260 375 41 36 0 1 354 137 123
Binary 10101010 10110000 11111101 100001 11110 0 1 11101100 1011111 1010011

Color Harmonies of #AAB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0FD

Black with #AAB0FD

Text Example


Text Example

White with #AAB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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