Html Css Color HEX #A4A1DA Wistful

📋 copy color: '#A4A1DA'

red 164 ◦ green 161 ◦ blue 218

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

Shades of Wistful #A4A1DA

Tints of Wistful #A4A1DA

RGB

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

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

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

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

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4A1DA (or 0xA4A1DA) is known color: Wistful. HEX triplet: A4, A1 and DA. RGB value is (164,161,218). Sum of RGB (Red+Green+Blue) = 164+161+218=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 161 (63.28% from 255 or 29.65% 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 #A4A1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1DA is #5B5E25. Grayscale: #A8A8A8. Windows color (decimal): -5987878 or 14328228. OLE color: 14328228.

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

Color convert

RGB 164 161 218 -
CMYK 0.25 0.26 0 0.15
HSL 243.16º 0.44% 0.74% -
HSV(B) 243.16º 0.26% 0.85% -
XYZ 40.71 38.44 71.6 -
YUV 168.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 164 161 218 0.25 0.26 0 0.15 243.16 0.44 0.74
Hex A4 A1 DA 19 1A 0 F F3 2C 4A
Octal 244 241 332 31 32 0 17 363 54 112
Binary 10100100 10100001 11011010 11001 11010 0 1111 11110011 101100 1001010

Color Harmonies of #A4A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A1DA

Black with #A4A1DA

Text Example


Text Example

White with #A4A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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