Html Css Color HEX #A9ADFA Perano

📋 copy color: '#A9ADFA'

red 169 ◦ green 173 ◦ blue 250

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

Shades of Perano #A9ADFA

Tints of Perano #A9ADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.22%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 28.55%
G = 29.22%
B = 42.23%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9ADFA (or 0xA9ADFA) is known color: Perano. HEX triplet: A9, AD and FA. RGB value is (169,173,250). Sum of RGB (Red+Green+Blue) = 169+173+250=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADFA is #565205. Grayscale: #B4B4B4. Windows color (decimal): -5657094 or 16428457. OLE color: 16428457.

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

Color convert

RGB 169 173 250 -
CMYK 0.32 0.31 0 0.02
HSL 237.04º 0.89% 0.82% -
HSV(B) 237.04º 0.32% 0.98% -
XYZ 48.56 45.22 96.61 -
YUV 180.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 169 173 250 0.32 0.31 0 0.02 237.04 0.89 0.82
Hex A9 AD FA 20 1F 0 2 ED 59 52
Octal 251 255 372 40 37 0 2 355 131 122
Binary 10101001 10101101 11111010 100000 11111 0 10 11101101 1011001 1010010

Color Harmonies of #A9ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ADFA

Black with #A9ADFA

Text Example


Text Example

White with #A9ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ADFA; }

 p { color: rgb(169,173,250); }

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

background-color css

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

 a { background-color: rgb(169,173,250); }

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

border-color css

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

 span { border-color: rgb(169,173,250); }

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