Html Css Color HEX #A9B4F6 Perano

📋 copy color: '#A9B4F6'

red 169 ◦ green 180 ◦ blue 246

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

Shades of Perano #A9B4F6

Tints of Perano #A9B4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.34%

R = 28.4%
G = 30.25%
B = 41.34%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A9B4F6 (or 0xA9B4F6) is known color: Perano. HEX triplet: A9, B4 and F6. RGB value is (169,180,246). Sum of RGB (Red+Green+Blue) = 169+180+246=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #A9B4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4F6 is #564B09. Grayscale: #B7B7B7. Windows color (decimal): -5655306 or 16168105. OLE color: 16168105.

HSL color Cylindrical-coordinate representation of color #A9B4F6: hue angle of 231.43º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9B4F6 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 180 246 -
CMYK 0.31 0.27 0 0.04
HSL 231.43º 0.81% 0.81% -
HSV(B) 231.43º 0.31% 0.96% -
XYZ 49.32 47.73 93.8 -
YUV 184.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 169 180 246 0.31 0.27 0 0.04 231.43 0.81 0.81
Hex A9 B4 F6 1F 1B 0 4 E7 51 51
Octal 251 264 366 37 33 0 4 347 121 121
Binary 10101001 10110100 11110110 11111 11011 0 100 11100111 1010001 1010001

Color Harmonies of #A9B4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B4F6

Black with #A9B4F6

Text Example


Text Example

White with #A9B4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B4F6; }

 p { color: rgb(169,180,246); }

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

background-color css

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

 a { background-color: rgb(169,180,246); }

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

border-color css

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

 span { border-color: rgb(169,180,246); }

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