Html Css Color HEX #A195CC Wistful

📋 copy color: '#A195CC'

red 161 ◦ green 149 ◦ blue 204

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

Shades of Wistful #A195CC

Tints of Wistful #A195CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 31.32%
G = 28.99%
B = 39.69%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A195CC (or 0xA195CC) is known color: Wistful. HEX triplet: A1, 95 and CC. RGB value is (161,149,204). Sum of RGB (Red+Green+Blue) = 161+149+204=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CC is #5E6A33. Grayscale: #9E9E9E. Windows color (decimal): -6187572 or 13407649. OLE color: 13407649.

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

Color convert

RGB 161 149 204 -
CMYK 0.21 0.27 0 0.2
HSL 253.09º 0.35% 0.69% -
HSV(B) 253.09º 0.27% 0.8% -
XYZ 36.34 33.43 61.66 -
YUV 158.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 161 149 204 0.21 0.27 0 0.2 253.09 0.35 0.69
Hex A1 95 CC 15 1B 0 14 FD 23 45
Octal 241 225 314 25 33 0 24 375 43 105
Binary 10100001 10010101 11001100 10101 11011 0 10100 11111101 100011 1000101

Color Harmonies of #A195CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195CC

Black with #A195CC

Text Example


Text Example

White with #A195CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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