Html Css Color HEX #A3A6DC Wistful

📋 copy color: '#A3A6DC'

red 163 ◦ green 166 ◦ blue 220

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

Shades of Wistful #A3A6DC

Tints of Wistful #A3A6DC

RGB

 RED value IS 163 (64.06% from 255) = 29.69%

 GREEN value IS 166 (65.23% from 255) = 30.24%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 29.69%
G = 30.24%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3A6DC (or 0xA3A6DC) is known color: Wistful. HEX triplet: A3, A6 and DC. RGB value is (163,166,220). Sum of RGB (Red+Green+Blue) = 163+166+220=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6DC is #5C5923. Grayscale: #ABABAB. Windows color (decimal): -6052132 or 14460579. OLE color: 14460579.

HSL color Cylindrical-coordinate representation of color #A3A6DC: hue angle of 236.84º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3A6DC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 166 220 -
CMYK 0.26 0.25 0 0.14
HSL 236.84º 0.45% 0.75% -
HSV(B) 236.84º 0.26% 0.86% -
XYZ 41.66 40.23 73.28 -
YUV 171.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 163 166 220 0.26 0.25 0 0.14 236.84 0.45 0.75
Hex A3 A6 DC 1A 19 0 E ED 2D 4B
Octal 243 246 334 32 31 0 16 355 55 113
Binary 10100011 10100110 11011100 11010 11001 0 1110 11101101 101101 1001011

Color Harmonies of #A3A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A6DC

Black with #A3A6DC

Text Example


Text Example

White with #A3A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A6DC; }

 p { color: rgb(163,166,220); }

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

background-color css

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

 a { background-color: rgb(163,166,220); }

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

border-color css

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

 span { border-color: rgb(163,166,220); }

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