Html Css Color HEX #A9ABF7 Perano

📋 copy color: '#A9ABF7'

red 169 ◦ green 171 ◦ blue 247

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

Shades of Perano #A9ABF7

Tints of Perano #A9ABF7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

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

R = 28.79%
G = 29.13%
B = 42.08%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A9ABF7 (or 0xA9ABF7) is known color: Perano. HEX triplet: A9, AB and F7. RGB value is (169,171,247). Sum of RGB (Red+Green+Blue) = 169+171+247=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #A9ABF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABF7 is #565408. Grayscale: #B2B2B2. Windows color (decimal): -5657609 or 16231337. OLE color: 16231337.

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

Color convert

RGB 169 171 247 -
CMYK 0.32 0.31 0 0.03
HSL 238.46º 0.83% 0.82% -
HSV(B) 238.46º 0.32% 0.97% -
XYZ 47.71 44.28 94.03 -
YUV 179.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 169 171 247 0.32 0.31 0 0.03 238.46 0.83 0.82
Hex A9 AB F7 20 1F 0 3 EE 53 52
Octal 251 253 367 40 37 0 3 356 123 122
Binary 10101001 10101011 11110111 100000 11111 0 11 11101110 1010011 1010010

Color Harmonies of #A9ABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABF7

Black with #A9ABF7

Text Example


Text Example

White with #A9ABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABF7; }

 p { color: rgb(169,171,247); }

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

background-color css

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

 a { background-color: rgb(169,171,247); }

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

border-color css

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

 span { border-color: rgb(169,171,247); }

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