Html Css Color HEX #A8ABEE Perano

📋 copy color: '#A8ABEE'

red 168 ◦ green 171 ◦ blue 238

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

Shades of Perano #A8ABEE

Tints of Perano #A8ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 29.12%
G = 29.64%
B = 41.25%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8ABEE (or 0xA8ABEE) is known color: Perano. HEX triplet: A8, AB and EE. RGB value is (168,171,238). Sum of RGB (Red+Green+Blue) = 168+171+238=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEE is #575411. Grayscale: #B1B1B1. Windows color (decimal): -5723154 or 15641512. OLE color: 15641512.

HSL color Cylindrical-coordinate representation of color #A8ABEE: hue angle of 237.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ABEE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 171 238 -
CMYK 0.29 0.28 0 0.07
HSL 237.43º 0.67% 0.8% -
HSV(B) 237.43º 0.29% 0.93% -
XYZ 46.14 43.62 86.88 -
YUV 177.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 168 171 238 0.29 0.28 0 0.07 237.43 0.67 0.8
Hex A8 AB EE 1D 1C 0 7 ED 43 50
Octal 250 253 356 35 34 0 7 355 103 120
Binary 10101000 10101011 11101110 11101 11100 0 111 11101101 1000011 1010000

Color Harmonies of #A8ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABEE

Black with #A8ABEE

Text Example


Text Example

White with #A8ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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