Html Css Color HEX #A6ABFA Perano

📋 copy color: '#A6ABFA'

red 166 ◦ green 171 ◦ blue 250

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

Shades of Perano #A6ABFA

Tints of Perano #A6ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 28.28%
G = 29.13%
B = 42.59%

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

#A6ABFA (or 0xA6ABFA) is known color: Perano. HEX triplet: A6, AB and FA. RGB value is (166,171,250). Sum of RGB (Red+Green+Blue) = 166+171+250=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFA is #595405. Grayscale: #B2B2B2. Windows color (decimal): -5854214 or 16427942. OLE color: 16427942.

HSL color Cylindrical-coordinate representation of color #A6ABFA: hue angle of 236.43º degrees, saturation: 0.89, 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 #A6ABFA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 171 250 -
CMYK 0.34 0.32 0 0.02
HSL 236.43º 0.89% 0.82% -
HSV(B) 236.43º 0.34% 0.98% -
XYZ 47.54 44.13 96.46 -
YUV 178.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 166 171 250 0.34 0.32 0 0.02 236.43 0.89 0.82
Hex A6 AB FA 22 20 0 2 EC 59 52
Octal 246 253 372 42 40 0 2 354 131 122
Binary 10100110 10101011 11111010 100010 100000 0 10 11101100 1011001 1010010

Color Harmonies of #A6ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABFA

Black with #A6ABFA

Text Example


Text Example

White with #A6ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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