Html Css Color HEX #A6ABFB Perano

📋 copy color: '#A6ABFB'

red 166 ◦ green 171 ◦ blue 251

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

Shades of Perano #A6ABFB

Tints of Perano #A6ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 28.23%
G = 29.08%
B = 42.69%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6ABFB (or 0xA6ABFB) is known color: Perano. HEX triplet: A6, AB and FB. RGB value is (166,171,251). Sum of RGB (Red+Green+Blue) = 166+171+251=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFB is #595404. Grayscale: #B2B2B2. Windows color (decimal): -5854213 or 16493478. OLE color: 16493478.

HSL color Cylindrical-coordinate representation of color #A6ABFB: hue angle of 236.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ABFB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 171 251 -
CMYK 0.34 0.32 0 0.02
HSL 236.47º 0.91% 0.82% -
HSV(B) 236.47º 0.34% 0.98% -
XYZ 47.7 44.2 97.28 -
YUV 178.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 166 171 251 0.34 0.32 0 0.02 236.47 0.91 0.82
Hex A6 AB FB 22 20 0 2 EC 5B 52
Octal 246 253 373 42 40 0 2 354 133 122
Binary 10100110 10101011 11111011 100010 100000 0 10 11101100 1011011 1010010

Color Harmonies of #A6ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABFB

Black with #A6ABFB

Text Example


Text Example

White with #A6ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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