Html Css Color HEX #A295BE Cold Purple

📋 copy color: '#A295BE'

red 162 ◦ green 149 ◦ blue 190

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

Shades of Cold Purple #A295BE

Tints of Cold Purple #A295BE

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 32.34%
G = 29.74%
B = 37.92%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A295BE (or 0xA295BE) is known color: Cold Purple. HEX triplet: A2, 95 and BE. RGB value is (162,149,190). Sum of RGB (Red+Green+Blue) = 162+149+190=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A295BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295BE is #5D6A41. Grayscale: #9D9D9D. Windows color (decimal): -6122050 or 12490146. OLE color: 12490146.

HSL color Cylindrical-coordinate representation of color #A295BE: hue angle of 259.02º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A295BE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 149 190 -
CMYK 0.15 0.22 0 0.25
HSL 259.02º 0.24% 0.66% -
HSV(B) 259.02º 0.22% 0.75% -
XYZ 34.94 32.89 53.22 -
YUV 157.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 162 149 190 0.15 0.22 0 0.25 259.02 0.24 0.66
Hex A2 95 BE F 16 0 19 103 18 42
Octal 242 225 276 17 26 0 31 403 30 102
Binary 10100010 10010101 10111110 1111 10110 0 11001 100000011 11000 1000010

Color Harmonies of #A295BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295BE

Black with #A295BE

Text Example


Text Example

White with #A295BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295BE; }

 p { color: rgb(162,149,190); }

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

background-color css

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

 a { background-color: rgb(162,149,190); }

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

border-color css

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

 span { border-color: rgb(162,149,190); }

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