Html Css Color HEX #A8ADDE Perano

📋 copy color: '#A8ADDE'

red 168 ◦ green 173 ◦ blue 222

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

Shades of Perano #A8ADDE

Tints of Perano #A8ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

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

R = 29.84%
G = 30.73%
B = 39.43%

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

#A8ADDE (or 0xA8ADDE) is known color: Perano. HEX triplet: A8, AD and DE. RGB value is (168,173,222). Sum of RGB (Red+Green+Blue) = 168+173+222=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADDE is #575221. Grayscale: #B0B0B0. Windows color (decimal): -5722658 or 14593448. OLE color: 14593448.

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

Color convert

RGB 168 173 222 -
CMYK 0.24 0.22 0 0.13
HSL 234.44º 0.45% 0.76% -
HSV(B) 234.44º 0.24% 0.87% -
XYZ 44.28 43.49 75.17 -
YUV 177.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 168 173 222 0.24 0.22 0 0.13 234.44 0.45 0.76
Hex A8 AD DE 18 16 0 D EA 2D 4C
Octal 250 255 336 30 26 0 15 352 55 114
Binary 10101000 10101101 11011110 11000 10110 0 1101 11101010 101101 1001100

Color Harmonies of #A8ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADDE

Black with #A8ADDE

Text Example


Text Example

White with #A8ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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