Html Css Color HEX #A6ABEB Perano

📋 copy color: '#A6ABEB'

red 166 ◦ green 171 ◦ blue 235

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

Shades of Perano #A6ABEB

Tints of Perano #A6ABEB

RGB

 RED value IS 166 (65.23% from 255) = 29.02%

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 29.02%
G = 29.9%
B = 41.08%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6ABEB (or 0xA6ABEB) is known color: Perano. HEX triplet: A6, AB and EB. RGB value is (166,171,235). Sum of RGB (Red+Green+Blue) = 166+171+235=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABEB is #595414. Grayscale: #B0B0B0. Windows color (decimal): -5854229 or 15444902. OLE color: 15444902.

HSL color Cylindrical-coordinate representation of color #A6ABEB: hue angle of 235.65º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6ABEB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 171 235 -
CMYK 0.29 0.27 0 0.08
HSL 235.65º 0.63% 0.79% -
HSV(B) 235.65º 0.29% 0.92% -
XYZ 45.28 43.23 84.55 -
YUV 176.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 166 171 235 0.29 0.27 0 0.08 235.65 0.63 0.79
Hex A6 AB EB 1D 1B 0 8 EC 3F 4F
Octal 246 253 353 35 33 0 10 354 77 117
Binary 10100110 10101011 11101011 11101 11011 0 1000 11101100 111111 1001111

Color Harmonies of #A6ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABEB

Black with #A6ABEB

Text Example


Text Example

White with #A6ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABEB; }

 p { color: rgb(166,171,235); }

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

background-color css

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

 a { background-color: rgb(166,171,235); }

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

border-color css

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

 span { border-color: rgb(166,171,235); }

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