Html Css Color HEX #A5AEDF Perano

📋 copy color: '#A5AEDF'

red 165 ◦ green 174 ◦ blue 223

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

Shades of Perano #A5AEDF

Tints of Perano #A5AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 29.36%
G = 30.96%
B = 39.68%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5AEDF (or 0xA5AEDF) is known color: Perano. HEX triplet: A5, AE and DF. RGB value is (165,174,223). Sum of RGB (Red+Green+Blue) = 165+174+223=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEDF is #5A5120. Grayscale: #B0B0B0. Windows color (decimal): -5919009 or 14659237. OLE color: 14659237.

HSL color Cylindrical-coordinate representation of color #A5AEDF: hue angle of 230.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5AEDF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 174 223 -
CMYK 0.26 0.22 0 0.13
HSL 230.69º 0.48% 0.76% -
HSV(B) 230.69º 0.26% 0.87% -
XYZ 43.97 43.6 75.91 -
YUV 176.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 165 174 223 0.26 0.22 0 0.13 230.69 0.48 0.76
Hex A5 AE DF 1A 16 0 D E7 30 4C
Octal 245 256 337 32 26 0 15 347 60 114
Binary 10100101 10101110 11011111 11010 10110 0 1101 11100111 110000 1001100

Color Harmonies of #A5AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEDF

Black with #A5AEDF

Text Example


Text Example

White with #A5AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEDF; }

 p { color: rgb(165,174,223); }

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

background-color css

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

 a { background-color: rgb(165,174,223); }

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

border-color css

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

 span { border-color: rgb(165,174,223); }

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