Html Css Color HEX #A7A3CB Wistful

📋 copy color: '#A7A3CB'

red 167 ◦ green 163 ◦ blue 203

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

Shades of Wistful #A7A3CB

Tints of Wistful #A7A3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 31.33%
G = 30.58%
B = 38.09%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7A3CB (or 0xA7A3CB) is known color: Wistful. HEX triplet: A7, A3 and CB. RGB value is (167,163,203). Sum of RGB (Red+Green+Blue) = 167+163+203=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3CB is #585C34. Grayscale: #A8A8A8. Windows color (decimal): -5790773 or 13345703. OLE color: 13345703.

HSL color Cylindrical-coordinate representation of color #A7A3CB: hue angle of 246º degrees, saturation: 0.28, 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 #A7A3CB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 163 203 -
CMYK 0.18 0.20 0 0.20
HSL 246º 0.28% 0.72% -
HSV(B) 246º 0.2% 0.8% -
XYZ 39.81 38.72 61.88 -
YUV 168.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 167 163 203 0.18 0.20 0 0.20 246 0.28 0.72
Hex A7 A3 CB 12 14 0 14 F6 1C 48
Octal 247 243 313 22 24 0 24 366 34 110
Binary 10100111 10100011 11001011 10010 10100 0 10100 11110110 11100 1001000

Color Harmonies of #A7A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A3CB

Black with #A7A3CB

Text Example


Text Example

White with #A7A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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