Html Css Color HEX #A193CC Wistful

📋 copy color: '#A193CC'

red 161 ◦ green 147 ◦ blue 204

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

Shades of Wistful #A193CC

Tints of Wistful #A193CC

RGB

 RED value IS 161 (63.28% from 255) = 31.45%

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 31.45%
G = 28.71%
B = 39.84%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A193CC (or 0xA193CC) is known color: Wistful. HEX triplet: A1, 93 and CC. RGB value is (161,147,204). Sum of RGB (Red+Green+Blue) = 161+147+204=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A193CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CC is #5E6C33. Grayscale: #9D9D9D. Windows color (decimal): -6188084 or 13407137. OLE color: 13407137.

HSL color Cylindrical-coordinate representation of color #A193CC: hue angle of 254.74º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A193CC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 147 204 -
CMYK 0.21 0.28 0 0.2
HSL 254.74º 0.36% 0.69% -
HSV(B) 254.74º 0.28% 0.8% -
XYZ 36.03 32.8 61.56 -
YUV 157.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 161 147 204 0.21 0.28 0 0.2 254.74 0.36 0.69
Hex A1 93 CC 15 1C 0 14 FF 24 45
Octal 241 223 314 25 34 0 24 377 44 105
Binary 10100001 10010011 11001100 10101 11100 0 10100 11111111 100100 1000101

Color Harmonies of #A193CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193CC

Black with #A193CC

Text Example


Text Example

White with #A193CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193CC; }

 p { color: rgb(161,147,204); }

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

background-color css

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

 a { background-color: rgb(161,147,204); }

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

border-color css

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

 span { border-color: rgb(161,147,204); }

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