Html Css Color HEX #A0A4DA Wistful

📋 copy color: '#A0A4DA'

red 160 ◦ green 164 ◦ blue 218

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

Shades of Wistful #A0A4DA

Tints of Wistful #A0A4DA

RGB

 RED value IS 160 (62.89% from 255) = 29.52%

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

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

R = 29.52%
G = 30.26%
B = 40.22%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0A4DA (or 0xA0A4DA) is known color: Wistful. HEX triplet: A0, A4 and DA. RGB value is (160,164,218). Sum of RGB (Red+Green+Blue) = 160+164+218=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4DA is #5F5B25. Grayscale: #A8A8A8. Windows color (decimal): -6249254 or 14328992. OLE color: 14328992.

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

Color convert

RGB 160 164 218 -
CMYK 0.27 0.25 0 0.15
HSL 235.86º 0.44% 0.74% -
HSV(B) 235.86º 0.27% 0.85% -
XYZ 40.43 39.09 71.74 -
YUV 168.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 160 164 218 0.27 0.25 0 0.15 235.86 0.44 0.74
Hex A0 A4 DA 1B 19 0 F EC 2C 4A
Octal 240 244 332 33 31 0 17 354 54 112
Binary 10100000 10100100 11011010 11011 11001 0 1111 11101100 101100 1001010

Color Harmonies of #A0A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A4DA

Black with #A0A4DA

Text Example


Text Example

White with #A0A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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