Html Css Color HEX #A9B1DF Perano

📋 copy color: '#A9B1DF'

red 169 ◦ green 177 ◦ blue 223

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

Shades of Perano #A9B1DF

Tints of Perano #A9B1DF

RGB

 RED value IS 169 (66.41% from 255) = 29.7%

 GREEN value IS 177 (69.53% from 255) = 31.11%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 29.7%
G = 31.11%
B = 39.19%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9B1DF (or 0xA9B1DF) is known color: Perano. HEX triplet: A9, B1 and DF. RGB value is (169,177,223). Sum of RGB (Red+Green+Blue) = 169+177+223=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1DF is #564E20. Grayscale: #B3B3B3. Windows color (decimal): -5656097 or 14660009. OLE color: 14660009.

HSL color Cylindrical-coordinate representation of color #A9B1DF: hue angle of 231.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9B1DF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 177 223 -
CMYK 0.24 0.21 0 0.13
HSL 231.11º 0.46% 0.77% -
HSV(B) 231.11º 0.24% 0.87% -
XYZ 45.4 45.21 76.14 -
YUV 179.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 169 177 223 0.24 0.21 0 0.13 231.11 0.46 0.77
Hex A9 B1 DF 18 15 0 D E7 2E 4D
Octal 251 261 337 30 25 0 15 347 56 115
Binary 10101001 10110001 11011111 11000 10101 0 1101 11100111 101110 1001101

Color Harmonies of #A9B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B1DF

Black with #A9B1DF

Text Example


Text Example

White with #A9B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B1DF; }

 p { color: rgb(169,177,223); }

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

background-color css

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

 a { background-color: rgb(169,177,223); }

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

border-color css

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

 span { border-color: rgb(169,177,223); }

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