Html Css Color HEX #A7A3CD Wistful

📋 copy color: '#A7A3CD'

red 167 ◦ green 163 ◦ blue 205

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

Shades of Wistful #A7A3CD

Tints of Wistful #A7A3CD

RGB

 RED value IS 167 (65.63% from 255) = 31.21%

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 31.21%
G = 30.47%
B = 38.32%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7A3CD (or 0xA7A3CD) is known color: Wistful. HEX triplet: A7, A3 and CD. RGB value is (167,163,205). Sum of RGB (Red+Green+Blue) = 167+163+205=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3CD is #585C32. Grayscale: #A8A8A8. Windows color (decimal): -5790771 or 13476775. OLE color: 13476775.

HSL color Cylindrical-coordinate representation of color #A7A3CD: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7A3CD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 163 205 -
CMYK 0.19 0.20 0 0.20
HSL 245.71º 0.3% 0.72% -
HSV(B) 245.71º 0.2% 0.8% -
XYZ 40.05 38.82 63.14 -
YUV 168.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 167 163 205 0.19 0.20 0 0.20 245.71 0.3 0.72
Hex A7 A3 CD 13 14 0 14 F6 1E 48
Octal 247 243 315 23 24 0 24 366 36 110
Binary 10100111 10100011 11001101 10011 10100 0 10100 11110110 11110 1001000

Color Harmonies of #A7A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A3CD

Black with #A7A3CD

Text Example


Text Example

White with #A7A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A3CD; }

 p { color: rgb(167,163,205); }

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

background-color css

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

 a { background-color: rgb(167,163,205); }

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

border-color css

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

 span { border-color: rgb(167,163,205); }

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