Html Css Color HEX #A293BF Cold Purple

📋 copy color: '#A293BF'

red 162 ◦ green 147 ◦ blue 191

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

Shades of Cold Purple #A293BF

Tints of Cold Purple #A293BF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 32.4%
G = 29.4%
B = 38.2%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A293BF (or 0xA293BF) is known color: Cold Purple. HEX triplet: A2, 93 and BF. RGB value is (162,147,191). Sum of RGB (Red+Green+Blue) = 162+147+191=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A293BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293BF is #5D6C40. Grayscale: #9C9C9C. Windows color (decimal): -6122561 or 12555170. OLE color: 12555170.

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

Color convert

RGB 162 147 191 -
CMYK 0.15 0.23 0 0.25
HSL 260.45º 0.26% 0.66% -
HSV(B) 260.45º 0.23% 0.75% -
XYZ 34.74 32.31 53.7 -
YUV 156.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 162 147 191 0.15 0.23 0 0.25 260.45 0.26 0.66
Hex A2 93 BF F 17 0 19 104 1A 42
Octal 242 223 277 17 27 0 31 404 32 102
Binary 10100010 10010011 10111111 1111 10111 0 11001 100000100 11010 1000010

Color Harmonies of #A293BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293BF

Black with #A293BF

Text Example


Text Example

White with #A293BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293BF; }

 p { color: rgb(162,147,191); }

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

background-color css

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

 a { background-color: rgb(162,147,191); }

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

border-color css

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

 span { border-color: rgb(162,147,191); }

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