Html Css Color HEX #A8AAEB Perano

📋 copy color: '#A8AAEB'

red 168 ◦ green 170 ◦ blue 235

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

Shades of Perano #A8AAEB

Tints of Perano #A8AAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.67%

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 29.32%
G = 29.67%
B = 41.01%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8AAEB (or 0xA8AAEB) is known color: Perano. HEX triplet: A8, AA and EB. RGB value is (168,170,235). Sum of RGB (Red+Green+Blue) = 168+170+235=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAEB is #575514. Grayscale: #B0B0B0. Windows color (decimal): -5723413 or 15444648. OLE color: 15444648.

HSL color Cylindrical-coordinate representation of color #A8AAEB: hue angle of 238.21º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AAEB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 170 235 -
CMYK 0.29 0.28 0 0.08
HSL 238.21º 0.63% 0.79% -
HSV(B) 238.21º 0.29% 0.92% -
XYZ 45.52 43.07 84.51 -
YUV 176.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 168 170 235 0.29 0.28 0 0.08 238.21 0.63 0.79
Hex A8 AA EB 1D 1C 0 8 EE 3F 4F
Octal 250 252 353 35 34 0 10 356 77 117
Binary 10101000 10101010 11101011 11101 11100 0 1000 11101110 111111 1001111

Color Harmonies of #A8AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AAEB

Black with #A8AAEB

Text Example


Text Example

White with #A8AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AAEB; }

 p { color: rgb(168,170,235); }

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

background-color css

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

 a { background-color: rgb(168,170,235); }

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

border-color css

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

 span { border-color: rgb(168,170,235); }

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