Html Css Color HEX #A3A6D6 Wistful

📋 copy color: '#A3A6D6'

red 163 ◦ green 166 ◦ blue 214

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

Shades of Wistful #A3A6D6

Tints of Wistful #A3A6D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 30.02%
G = 30.57%
B = 39.41%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A3A6D6 (or 0xA3A6D6) is known color: Wistful. HEX triplet: A3, A6 and D6. RGB value is (163,166,214). Sum of RGB (Red+Green+Blue) = 163+166+214=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3A6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6D6 is #5C5929. Grayscale: #AAAAAA. Windows color (decimal): -6052138 or 14067363. OLE color: 14067363.

HSL color Cylindrical-coordinate representation of color #A3A6D6: hue angle of 236.47º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3A6D6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 166 214 -
CMYK 0.24 0.22 0 0.16
HSL 236.47º 0.38% 0.74% -
HSV(B) 236.47º 0.24% 0.84% -
XYZ 40.88 39.91 69.17 -
YUV 170.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 163 166 214 0.24 0.22 0 0.16 236.47 0.38 0.74
Hex A3 A6 D6 18 16 0 10 EC 26 4A
Octal 243 246 326 30 26 0 20 354 46 112
Binary 10100011 10100110 11010110 11000 10110 0 10000 11101100 100110 1001010

Color Harmonies of #A3A6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A6D6

Black with #A3A6D6

Text Example


Text Example

White with #A3A6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A6D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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