Html Css Color HEX #A8ABF0 Perano

📋 copy color: '#A8ABF0'

red 168 ◦ green 171 ◦ blue 240

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

Shades of Perano #A8ABF0

Tints of Perano #A8ABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 29.02%
G = 29.53%
B = 41.45%

CMYK

 C value IS 0.3

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8ABF0 (or 0xA8ABF0) is known color: Perano. HEX triplet: A8, AB and F0. RGB value is (168,171,240). Sum of RGB (Red+Green+Blue) = 168+171+240=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8ABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABF0 is #57540F. Grayscale: #B1B1B1. Windows color (decimal): -5723152 or 15772584. OLE color: 15772584.

HSL color Cylindrical-coordinate representation of color #A8ABF0: hue angle of 237.5º degrees, saturation: 0.71, 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 #A8ABF0 is Cyan = 0.3, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 171 240 -
CMYK 0.3 0.29 0 0.06
HSL 237.5º 0.71% 0.8% -
HSV(B) 237.5º 0.3% 0.94% -
XYZ 46.44 43.74 88.43 -
YUV 177.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 168 171 240 0.3 0.29 0 0.06 237.5 0.71 0.8
Hex A8 AB F0 1E 1D 0 6 EE 47 50
Octal 250 253 360 36 35 0 6 356 107 120
Binary 10101000 10101011 11110000 11110 11101 0 110 11101110 1000111 1010000

Color Harmonies of #A8ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABF0

Black with #A8ABF0

Text Example


Text Example

White with #A8ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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