Html Css Color HEX #A1A4DA Wistful

📋 copy color: '#A1A4DA'

red 161 ◦ green 164 ◦ blue 218

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

Shades of Wistful #A1A4DA

Tints of Wistful #A1A4DA

RGB

 RED value IS 161 (63.28% from 255) = 29.65%

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 29.65%
G = 30.2%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1A4DA (or 0xA1A4DA) is known color: Wistful. HEX triplet: A1, A4 and DA. RGB value is (161,164,218). Sum of RGB (Red+Green+Blue) = 161+164+218=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4DA is #5E5B25. Grayscale: #A9A9A9. Windows color (decimal): -6183718 or 14328993. OLE color: 14328993.

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

Color convert

RGB 161 164 218 -
CMYK 0.26 0.25 0 0.15
HSL 236.84º 0.44% 0.74% -
HSV(B) 236.84º 0.26% 0.85% -
XYZ 40.63 39.19 71.75 -
YUV 169.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 161 164 218 0.26 0.25 0 0.15 236.84 0.44 0.74
Hex A1 A4 DA 1A 19 0 F ED 2C 4A
Octal 241 244 332 32 31 0 17 355 54 112
Binary 10100001 10100100 11011010 11010 11001 0 1111 11101101 101100 1001010

Color Harmonies of #A1A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A4DA

Black with #A1A4DA

Text Example


Text Example

White with #A1A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A4DA; }

 p { color: rgb(161,164,218); }

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

background-color css

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

 a { background-color: rgb(161,164,218); }

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

border-color css

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

 span { border-color: rgb(161,164,218); }

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