Html Css Color HEX #A294BE Cold Purple

📋 copy color: '#A294BE'

red 162 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #A294BE

Tints of Cold Purple #A294BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 32.4%
G = 29.6%
B = 38%

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

#A294BE (or 0xA294BE) is known color: Cold Purple. HEX triplet: A2, 94 and BE. RGB value is (162,148,190). Sum of RGB (Red+Green+Blue) = 162+148+190=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A294BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294BE is #5D6B41. Grayscale: #9C9C9C. Windows color (decimal): -6122306 or 12489890. OLE color: 12489890.

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

Color convert

RGB 162 148 190 -
CMYK 0.15 0.22 0 0.25
HSL 260º 0.24% 0.66% -
HSV(B) 260º 0.22% 0.75% -
XYZ 34.78 32.58 53.17 -
YUV 156.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 162 148 190 0.15 0.22 0 0.25 260 0.24 0.66
Hex A2 94 BE F 16 0 19 104 18 42
Octal 242 224 276 17 26 0 31 404 30 102
Binary 10100010 10010100 10111110 1111 10110 0 11001 100000100 11000 1000010

Color Harmonies of #A294BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294BE

Black with #A294BE

Text Example


Text Example

White with #A294BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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