Html Css Color HEX #A0A3DA Wistful

📋 copy color: '#A0A3DA'

red 160 ◦ green 163 ◦ blue 218

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

Shades of Wistful #A0A3DA

Tints of Wistful #A0A3DA

RGB

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

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

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

R = 29.57%
G = 30.13%
B = 40.3%

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

#A0A3DA (or 0xA0A3DA) is known color: Wistful. HEX triplet: A0, A3 and DA. RGB value is (160,163,218). Sum of RGB (Red+Green+Blue) = 160+163+218=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A3DA is #5F5C25. Grayscale: #A8A8A8. Windows color (decimal): -6249510 or 14328736. OLE color: 14328736.

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

Color convert

RGB 160 163 218 -
CMYK 0.27 0.25 0 0.15
HSL 236.9º 0.44% 0.74% -
HSV(B) 236.9º 0.27% 0.85% -
XYZ 40.25 38.73 71.68 -
YUV 168.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 160 163 218 0.27 0.25 0 0.15 236.9 0.44 0.74
Hex A0 A3 DA 1B 19 0 F ED 2C 4A
Octal 240 243 332 33 31 0 17 355 54 112
Binary 10100000 10100011 11011010 11011 11001 0 1111 11101101 101100 1001010

Color Harmonies of #A0A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A3DA

Black with #A0A3DA

Text Example


Text Example

White with #A0A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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