Html Css Color HEX #A6AFDF Perano

📋 copy color: '#A6AFDF'

red 166 ◦ green 175 ◦ blue 223

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

Shades of Perano #A6AFDF

Tints of Perano #A6AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.03%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 29.43%
G = 31.03%
B = 39.54%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6AFDF (or 0xA6AFDF) is known color: Perano. HEX triplet: A6, AF and DF. RGB value is (166,175,223). Sum of RGB (Red+Green+Blue) = 166+175+223=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFDF is #595020. Grayscale: #B1B1B1. Windows color (decimal): -5853217 or 14659494. OLE color: 14659494.

HSL color Cylindrical-coordinate representation of color #A6AFDF: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AFDF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 175 223 -
CMYK 0.26 0.22 0 0.13
HSL 230.53º 0.47% 0.76% -
HSV(B) 230.53º 0.26% 0.87% -
XYZ 44.38 44.09 75.98 -
YUV 177.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 166 175 223 0.26 0.22 0 0.13 230.53 0.47 0.76
Hex A6 AF DF 1A 16 0 D E7 2F 4C
Octal 246 257 337 32 26 0 15 347 57 114
Binary 10100110 10101111 11011111 11010 10110 0 1101 11100111 101111 1001100

Color Harmonies of #A6AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFDF

Black with #A6AFDF

Text Example


Text Example

White with #A6AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFDF; }

 p { color: rgb(166,175,223); }

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

background-color css

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

 a { background-color: rgb(166,175,223); }

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

border-color css

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

 span { border-color: rgb(166,175,223); }

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