Html Css Color HEX #A6ABF3 Perano

📋 copy color: '#A6ABF3'

red 166 ◦ green 171 ◦ blue 243

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

Shades of Perano #A6ABF3

Tints of Perano #A6ABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.9%

R = 28.62%
G = 29.48%
B = 41.9%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6ABF3 (or 0xA6ABF3) is known color: Perano. HEX triplet: A6, AB and F3. RGB value is (166,171,243). Sum of RGB (Red+Green+Blue) = 166+171+243=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABF3 is #59540C. Grayscale: #B1B1B1. Windows color (decimal): -5854221 or 15969190. OLE color: 15969190.

HSL color Cylindrical-coordinate representation of color #A6ABF3: hue angle of 236.1º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6ABF3 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 171 243 -
CMYK 0.32 0.30 0 0.05
HSL 236.1º 0.76% 0.8% -
HSV(B) 236.1º 0.32% 0.95% -
XYZ 46.47 43.7 90.78 -
YUV 177.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 166 171 243 0.32 0.30 0 0.05 236.1 0.76 0.8
Hex A6 AB F3 20 1E 0 5 EC 4C 50
Octal 246 253 363 40 36 0 5 354 114 120
Binary 10100110 10101011 11110011 100000 11110 0 101 11101100 1001100 1010000

Color Harmonies of #A6ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABF3

Black with #A6ABF3

Text Example


Text Example

White with #A6ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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