Html Css Color HEX #A8AEDE Perano

📋 copy color: '#A8AEDE'

red 168 ◦ green 174 ◦ blue 222

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

Shades of Perano #A8AEDE

Tints of Perano #A8AEDE

RGB

 RED value IS 168 (66.02% from 255) = 29.79%

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

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

R = 29.79%
G = 30.85%
B = 39.36%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8AEDE (or 0xA8AEDE) is known color: Perano. HEX triplet: A8, AE and DE. RGB value is (168,174,222). Sum of RGB (Red+Green+Blue) = 168+174+222=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEDE is #575121. Grayscale: #B1B1B1. Windows color (decimal): -5722402 or 14593704. OLE color: 14593704.

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

Color convert

RGB 168 174 222 -
CMYK 0.24 0.22 0 0.13
HSL 233.33º 0.45% 0.76% -
HSV(B) 233.33º 0.24% 0.87% -
XYZ 44.47 43.87 75.23 -
YUV 177.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 168 174 222 0.24 0.22 0 0.13 233.33 0.45 0.76
Hex A8 AE DE 18 16 0 D E9 2D 4C
Octal 250 256 336 30 26 0 15 351 55 114
Binary 10101000 10101110 11011110 11000 10110 0 1101 11101001 101101 1001100

Color Harmonies of #A8AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEDE

Black with #A8AEDE

Text Example


Text Example

White with #A8AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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