Html Css Color HEX #A6ABFE Perano

📋 copy color: '#A6ABFE'

red 166 ◦ green 171 ◦ blue 254

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

Shades of Perano #A6ABFE

Tints of Perano #A6ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 28.09%
G = 28.93%
B = 42.98%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6ABFE (or 0xA6ABFE) is known color: Perano. HEX triplet: A6, AB and FE. RGB value is (166,171,254). Sum of RGB (Red+Green+Blue) = 166+171+254=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFE is #595401. Grayscale: #B2B2B2. Windows color (decimal): -5854210 or 16690086. OLE color: 16690086.

HSL color Cylindrical-coordinate representation of color #A6ABFE: hue angle of 236.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6ABFE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 171 254 -
CMYK 0.35 0.33 0 0.00
HSL 236.59º 0.98% 0.82% -
HSV(B) 236.59º 0.35% 1% -
XYZ 48.18 44.39 99.79 -
YUV 178.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 166 171 254 0.35 0.33 0 0.00 236.59 0.98 0.82
Hex A6 AB FE 23 21 0 0 ED 62 52
Octal 246 253 376 43 41 0 0 355 142 122
Binary 10100110 10101011 11111110 100011 100001 0 0 11101101 1100010 1010010

Color Harmonies of #A6ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABFE

Black with #A6ABFE

Text Example


Text Example

White with #A6ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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