Html Css Color HEX #A095BC Cold Purple

📋 copy color: '#A095BC'

red 160 ◦ green 149 ◦ blue 188

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

Shades of Cold Purple #A095BC

Tints of Cold Purple #A095BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 32.19%
G = 29.98%
B = 37.83%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A095BC (or 0xA095BC) is known color: Cold Purple. HEX triplet: A0, 95 and BC. RGB value is (160,149,188). Sum of RGB (Red+Green+Blue) = 160+149+188=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A095BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095BC is #5F6A43. Grayscale: #9C9C9C. Windows color (decimal): -6253124 or 12359072. OLE color: 12359072.

HSL color Cylindrical-coordinate representation of color #A095BC: hue angle of 256.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A095BC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 149 188 -
CMYK 0.15 0.21 0 0.26
HSL 256.92º 0.23% 0.66% -
HSV(B) 256.92º 0.21% 0.74% -
XYZ 34.32 32.6 52.06 -
YUV 156.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 160 149 188 0.15 0.21 0 0.26 256.92 0.23 0.66
Hex A0 95 BC F 15 0 1A 101 17 42
Octal 240 225 274 17 25 0 32 401 27 102
Binary 10100000 10010101 10111100 1111 10101 0 11010 100000001 10111 1000010

Color Harmonies of #A095BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095BC

Black with #A095BC

Text Example


Text Example

White with #A095BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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