Html Css Color HEX #A8ABEF Perano

📋 copy color: '#A8ABEF'

red 168 ◦ green 171 ◦ blue 239

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

Shades of Perano #A8ABEF

Tints of Perano #A8ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 29.07%
G = 29.58%
B = 41.35%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8ABEF (or 0xA8ABEF) is known color: Perano. HEX triplet: A8, AB and EF. RGB value is (168,171,239). Sum of RGB (Red+Green+Blue) = 168+171+239=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEF is #575410. Grayscale: #B1B1B1. Windows color (decimal): -5723153 or 15707048. OLE color: 15707048.

HSL color Cylindrical-coordinate representation of color #A8ABEF: hue angle of 237.46º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8ABEF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 171 239 -
CMYK 0.30 0.28 0 0.06
HSL 237.46º 0.69% 0.8% -
HSV(B) 237.46º 0.3% 0.94% -
XYZ 46.29 43.68 87.65 -
YUV 177.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 168 171 239 0.30 0.28 0 0.06 237.46 0.69 0.8
Hex A8 AB EF 1E 1C 0 6 ED 45 50
Octal 250 253 357 36 34 0 6 355 105 120
Binary 10101000 10101011 11101111 11110 11100 0 110 11101101 1000101 1010000

Color Harmonies of #A8ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABEF

Black with #A8ABEF

Text Example


Text Example

White with #A8ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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