Html Css Color HEX #A6ABEF Perano

📋 copy color: '#A6ABEF'

red 166 ◦ green 171 ◦ blue 239

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

Shades of Perano #A6ABEF

Tints of Perano #A6ABEF

RGB

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

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

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

R = 28.82%
G = 29.69%
B = 41.49%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6ABEF (or 0xA6ABEF) is known color: Perano. HEX triplet: A6, AB and EF. RGB value is (166,171,239). Sum of RGB (Red+Green+Blue) = 166+171+239=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABEF is #595410. Grayscale: #B0B0B0. Windows color (decimal): -5854225 or 15707046. OLE color: 15707046.

HSL color Cylindrical-coordinate representation of color #A6ABEF: hue angle of 235.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6ABEF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 171 239 -
CMYK 0.31 0.28 0 0.06
HSL 235.89º 0.7% 0.79% -
HSV(B) 235.89º 0.31% 0.94% -
XYZ 45.87 43.46 87.63 -
YUV 177.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 166 171 239 0.31 0.28 0 0.06 235.89 0.7 0.79
Hex A6 AB EF 1F 1C 0 6 EC 46 4F
Octal 246 253 357 37 34 0 6 354 106 117
Binary 10100110 10101011 11101111 11111 11100 0 110 11101100 1000110 1001111

Color Harmonies of #A6ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABEF

Black with #A6ABEF

Text Example


Text Example

White with #A6ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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