Html Css Color HEX #A9AEED Perano

📋 copy color: '#A9AEED'

red 169 ◦ green 174 ◦ blue 237

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

Shades of Perano #A9AEED

Tints of Perano #A9AEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30%

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 29.14%
G = 30%
B = 40.86%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9AEED (or 0xA9AEED) is known color: Perano. HEX triplet: A9, AE and ED. RGB value is (169,174,237). Sum of RGB (Red+Green+Blue) = 169+174+237=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEED is #565112. Grayscale: #B3B3B3. Windows color (decimal): -5656851 or 15576745. OLE color: 15576745.

HSL color Cylindrical-coordinate representation of color #A9AEED: hue angle of 235.59º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9AEED is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 174 237 -
CMYK 0.29 0.27 0 0.07
HSL 235.59º 0.65% 0.8% -
HSV(B) 235.59º 0.29% 0.93% -
XYZ 46.78 44.82 86.31 -
YUV 179.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 169 174 237 0.29 0.27 0 0.07 235.59 0.65 0.8
Hex A9 AE ED 1D 1B 0 7 EC 41 50
Octal 251 256 355 35 33 0 7 354 101 120
Binary 10101001 10101110 11101101 11101 11011 0 111 11101100 1000001 1010000

Color Harmonies of #A9AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AEED

Black with #A9AEED

Text Example


Text Example

White with #A9AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AEED; }

 p { color: rgb(169,174,237); }

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

background-color css

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

 a { background-color: rgb(169,174,237); }

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

border-color css

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

 span { border-color: rgb(169,174,237); }

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