Html Css Color HEX #A6ABF6 Perano

📋 copy color: '#A6ABF6'

red 166 ◦ green 171 ◦ blue 246

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

Shades of Perano #A6ABF6

Tints of Perano #A6ABF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 28.47%
G = 29.33%
B = 42.2%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6ABF6 (or 0xA6ABF6) is known color: Perano. HEX triplet: A6, AB and F6. RGB value is (166,171,246). Sum of RGB (Red+Green+Blue) = 166+171+246=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6ABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABF6 is #595409. Grayscale: #B1B1B1. Windows color (decimal): -5854218 or 16165798. OLE color: 16165798.

HSL color Cylindrical-coordinate representation of color #A6ABF6: hue angle of 236.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ABF6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 171 246 -
CMYK 0.33 0.30 0 0.04
HSL 236.25º 0.82% 0.81% -
HSV(B) 236.25º 0.33% 0.96% -
XYZ 46.92 43.89 93.19 -
YUV 178.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 166 171 246 0.33 0.30 0 0.04 236.25 0.82 0.81
Hex A6 AB F6 21 1E 0 4 EC 52 51
Octal 246 253 366 41 36 0 4 354 122 121
Binary 10100110 10101011 11110110 100001 11110 0 100 11101100 1010010 1010001

Color Harmonies of #A6ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABF6

Black with #A6ABF6

Text Example


Text Example

White with #A6ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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