Html Css Color HEX #A8ABDC Perano

📋 copy color: '#A8ABDC'

red 168 ◦ green 171 ◦ blue 220

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

Shades of Perano #A8ABDC

Tints of Perano #A8ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 30.05%
G = 30.59%
B = 39.36%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8ABDC (or 0xA8ABDC) is known color: Perano. HEX triplet: A8, AB and DC. RGB value is (168,171,220). Sum of RGB (Red+Green+Blue) = 168+171+220=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABDC is #575423. Grayscale: #AFAFAF. Windows color (decimal): -5723172 or 14461864. OLE color: 14461864.

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

Color convert

RGB 168 171 220 -
CMYK 0.24 0.22 0 0.14
HSL 236.54º 0.43% 0.76% -
HSV(B) 236.54º 0.24% 0.86% -
XYZ 43.63 42.62 73.64 -
YUV 175.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 168 171 220 0.24 0.22 0 0.14 236.54 0.43 0.76
Hex A8 AB DC 18 16 0 E ED 2B 4C
Octal 250 253 334 30 26 0 16 355 53 114
Binary 10101000 10101011 11011100 11000 10110 0 1110 11101101 101011 1001100

Color Harmonies of #A8ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABDC

Black with #A8ABDC

Text Example


Text Example

White with #A8ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABDC; }

 p { color: rgb(168,171,220); }

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

background-color css

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

 a { background-color: rgb(168,171,220); }

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

border-color css

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

 span { border-color: rgb(168,171,220); }

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