Html Css Color HEX #A5A9ED Perano

📋 copy color: '#A5A9ED'

red 165 ◦ green 169 ◦ blue 237

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

Shades of Perano #A5A9ED

Tints of Perano #A5A9ED

RGB

 RED value IS 165 (64.84% from 255) = 28.9%

 GREEN value IS 169 (66.41% from 255) = 29.6%

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

R = 28.9%
G = 29.6%
B = 41.51%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5A9ED (or 0xA5A9ED) is known color: Perano. HEX triplet: A5, A9 and ED. RGB value is (165,169,237). Sum of RGB (Red+Green+Blue) = 165+169+237=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5A9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A9ED is #5A5612. Grayscale: #AFAFAF. Windows color (decimal): -5920275 or 15575461. OLE color: 15575461.

HSL color Cylindrical-coordinate representation of color #A5A9ED: hue angle of 236.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A9ED is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 169 237 -
CMYK 0.30 0.29 0 0.07
HSL 236.67º 0.67% 0.79% -
HSV(B) 236.67º 0.3% 0.93% -
XYZ 44.99 42.49 85.95 -
YUV 175.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 165 169 237 0.30 0.29 0 0.07 236.67 0.67 0.79
Hex A5 A9 ED 1E 1D 0 7 ED 43 4F
Octal 245 251 355 36 35 0 7 355 103 117
Binary 10100101 10101001 11101101 11110 11101 0 111 11101101 1000011 1001111

Color Harmonies of #A5A9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A9ED

Black with #A5A9ED

Text Example


Text Example

White with #A5A9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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