Html Css Color HEX #A095CC Wistful

📋 copy color: '#A095CC'

red 160 ◦ green 149 ◦ blue 204

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

Shades of Wistful #A095CC

Tints of Wistful #A095CC

RGB

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

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

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

R = 31.19%
G = 29.04%
B = 39.77%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A095CC (or 0xA095CC) is known color: Wistful. HEX triplet: A0, 95 and CC. RGB value is (160,149,204). Sum of RGB (Red+Green+Blue) = 160+149+204=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A095CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095CC is #5F6A33. Grayscale: #9E9E9E. Windows color (decimal): -6253108 or 13407648. OLE color: 13407648.

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

Color convert

RGB 160 149 204 -
CMYK 0.22 0.27 0 0.2
HSL 252º 0.35% 0.69% -
HSV(B) 252º 0.27% 0.8% -
XYZ 36.14 33.33 61.65 -
YUV 158.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 160 149 204 0.22 0.27 0 0.2 252 0.35 0.69
Hex A0 95 CC 16 1B 0 14 FC 23 45
Octal 240 225 314 26 33 0 24 374 43 105
Binary 10100000 10010101 11001100 10110 11011 0 10100 11111100 100011 1000101

Color Harmonies of #A095CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095CC

Black with #A095CC

Text Example


Text Example

White with #A095CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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