Html Css Color HEX #A6ABFD Perano

📋 copy color: '#A6ABFD'

red 166 ◦ green 171 ◦ blue 253

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

Shades of Perano #A6ABFD

Tints of Perano #A6ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.88%

R = 28.14%
G = 28.98%
B = 42.88%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6ABFD (or 0xA6ABFD) is known color: Perano. HEX triplet: A6, AB and FD. RGB value is (166,171,253). Sum of RGB (Red+Green+Blue) = 166+171+253=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFD is #595402. Grayscale: #B2B2B2. Windows color (decimal): -5854211 or 16624550. OLE color: 16624550.

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

Color convert

RGB 166 171 253 -
CMYK 0.34 0.32 0 0.01
HSL 236.55º 0.96% 0.82% -
HSV(B) 236.55º 0.34% 0.99% -
XYZ 48.02 44.32 98.95 -
YUV 178.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 166 171 253 0.34 0.32 0 0.01 236.55 0.96 0.82
Hex A6 AB FD 22 20 0 1 ED 60 52
Octal 246 253 375 42 40 0 1 355 140 122
Binary 10100110 10101011 11111101 100010 100000 0 1 11101101 1100000 1010010

Color Harmonies of #A6ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABFD

Black with #A6ABFD

Text Example


Text Example

White with #A6ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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