Html Css Color HEX #A6ADDF Perano

📋 copy color: '#A6ADDF'

red 166 ◦ green 173 ◦ blue 223

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

Shades of Perano #A6ADDF

Tints of Perano #A6ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 29.54%
G = 30.78%
B = 39.68%

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

#A6ADDF (or 0xA6ADDF) is known color: Perano. HEX triplet: A6, AD and DF. RGB value is (166,173,223). Sum of RGB (Red+Green+Blue) = 166+173+223=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADDF is #595220. Grayscale: #B0B0B0. Windows color (decimal): -5853729 or 14658982. OLE color: 14658982.

HSL color Cylindrical-coordinate representation of color #A6ADDF: hue angle of 232.63º 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 #A6ADDF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 173 223 -
CMYK 0.26 0.22 0 0.13
HSL 232.63º 0.47% 0.76% -
HSV(B) 232.63º 0.26% 0.87% -
XYZ 43.99 43.32 75.86 -
YUV 176.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 166 173 223 0.26 0.22 0 0.13 232.63 0.47 0.76
Hex A6 AD DF 1A 16 0 D E9 2F 4C
Octal 246 255 337 32 26 0 15 351 57 114
Binary 10100110 10101101 11011111 11010 10110 0 1101 11101001 101111 1001100

Color Harmonies of #A6ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADDF

Black with #A6ADDF

Text Example


Text Example

White with #A6ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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