Html Css Color HEX #A3A4D6 Wistful

📋 copy color: '#A3A4D6'

red 163 ◦ green 164 ◦ blue 214

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

Shades of Wistful #A3A4D6

Tints of Wistful #A3A4D6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

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

R = 30.13%
G = 30.31%
B = 39.56%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A3A4D6 (or 0xA3A4D6) is known color: Wistful. HEX triplet: A3, A4 and D6. RGB value is (163,164,214). Sum of RGB (Red+Green+Blue) = 163+164+214=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4D6 is #5C5B29. Grayscale: #A9A9A9. Windows color (decimal): -6052650 or 14066851. OLE color: 14066851.

HSL color Cylindrical-coordinate representation of color #A3A4D6: hue angle of 238.82º 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 #A3A4D6 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 164 214 -
CMYK 0.24 0.23 0 0.16
HSL 238.82º 0.38% 0.74% -
HSV(B) 238.82º 0.24% 0.84% -
XYZ 40.52 39.19 69.05 -
YUV 169.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 163 164 214 0.24 0.23 0 0.16 238.82 0.38 0.74
Hex A3 A4 D6 18 17 0 10 EF 26 4A
Octal 243 244 326 30 27 0 20 357 46 112
Binary 10100011 10100100 11010110 11000 10111 0 10000 11101111 100110 1001010

Color Harmonies of #A3A4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A4D6

Black with #A3A4D6

Text Example


Text Example

White with #A3A4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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