Html Css Color HEX #AAACF7 Perano

📋 copy color: '#AAACF7'

red 170 ◦ green 172 ◦ blue 247

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

Shades of Perano #AAACF7

Tints of Perano #AAACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

 BLUE value IS 247 (96.88% from 255) = 41.94%

R = 28.86%
G = 29.2%
B = 41.94%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AAACF7 (or 0xAAACF7) is known color: Perano. HEX triplet: AA, AC and F7. RGB value is (170,172,247). Sum of RGB (Red+Green+Blue) = 170+172+247=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF7 is #555308. Grayscale: #B3B3B3. Windows color (decimal): -5591817 or 16231594. OLE color: 16231594.

HSL color Cylindrical-coordinate representation of color #AAACF7: hue angle of 238.44º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAACF7 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 172 247 -
CMYK 0.31 0.30 0 0.03
HSL 238.44º 0.83% 0.82% -
HSV(B) 238.44º 0.31% 0.97% -
XYZ 48.12 44.77 94.1 -
YUV 179.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 170 172 247 0.31 0.30 0 0.03 238.44 0.83 0.82
Hex AA AC F7 1F 1E 0 3 EE 53 52
Octal 252 254 367 37 36 0 3 356 123 122
Binary 10101010 10101100 11110111 11111 11110 0 11 11101110 1010011 1010010

Color Harmonies of #AAACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACF7

Black with #AAACF7

Text Example


Text Example

White with #AAACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACF7; }

 p { color: rgb(170,172,247); }

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

background-color css

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

 a { background-color: rgb(170,172,247); }

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

border-color css

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

 span { border-color: rgb(170,172,247); }

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