Html Css Color HEX #AAB4F2 Perano

📋 copy color: '#AAB4F2'

red 170 ◦ green 180 ◦ blue 242

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

Shades of Perano #AAB4F2

Tints of Perano #AAB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 28.72%
G = 30.41%
B = 40.88%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAB4F2 (or 0xAAB4F2) is known color: Perano. HEX triplet: AA, B4 and F2. RGB value is (170,180,242). Sum of RGB (Red+Green+Blue) = 170+180+242=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4F2 is #554B0D. Grayscale: #B7B7B7. Windows color (decimal): -5589774 or 15905962. OLE color: 15905962.

HSL color Cylindrical-coordinate representation of color #AAB4F2: hue angle of 231.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB4F2 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 180 242 -
CMYK 0.30 0.26 0 0.05
HSL 231.67º 0.73% 0.81% -
HSV(B) 231.67º 0.3% 0.95% -
XYZ 48.93 47.6 90.61 -
YUV 184.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 180 242 0.30 0.26 0 0.05 231.67 0.73 0.81
Hex AA B4 F2 1E 1A 0 5 E8 49 51
Octal 252 264 362 36 32 0 5 350 111 121
Binary 10101010 10110100 11110010 11110 11010 0 101 11101000 1001001 1010001

Color Harmonies of #AAB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4F2

Black with #AAB4F2

Text Example


Text Example

White with #AAB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4F2; }

 p { color: rgb(170,180,242); }

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

background-color css

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

 a { background-color: rgb(170,180,242); }

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

border-color css

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

 span { border-color: rgb(170,180,242); }

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