Html Css Color HEX #A5AEDE Perano

📋 copy color: '#A5AEDE'

red 165 ◦ green 174 ◦ blue 222

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

Shades of Perano #A5AEDE

Tints of Perano #A5AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 29.41%
G = 31.02%
B = 39.57%

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

#A5AEDE (or 0xA5AEDE) is known color: Perano. HEX triplet: A5, AE and DE. RGB value is (165,174,222). Sum of RGB (Red+Green+Blue) = 165+174+222=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEDE is #5A5121. Grayscale: #B0B0B0. Windows color (decimal): -5919010 or 14593701. OLE color: 14593701.

HSL color Cylindrical-coordinate representation of color #A5AEDE: hue angle of 230.53º degrees, saturation: 0.46, 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 #A5AEDE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 174 222 -
CMYK 0.26 0.22 0 0.13
HSL 230.53º 0.46% 0.76% -
HSV(B) 230.53º 0.26% 0.87% -
XYZ 43.84 43.55 75.2 -
YUV 176.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 165 174 222 0.26 0.22 0 0.13 230.53 0.46 0.76
Hex A5 AE DE 1A 16 0 D E7 2E 4C
Octal 245 256 336 32 26 0 15 347 56 114
Binary 10100101 10101110 11011110 11010 10110 0 1101 11100111 101110 1001100

Color Harmonies of #A5AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEDE

Black with #A5AEDE

Text Example


Text Example

White with #A5AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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