Html Css Color HEX #A293C5 Cold Purple

📋 copy color: '#A293C5'

red 162 ◦ green 147 ◦ blue 197

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

Shades of Cold Purple #A293C5

Tints of Cold Purple #A293C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 32.02%
G = 29.05%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A293C5 (or 0xA293C5) is known color: Cold Purple. HEX triplet: A2, 93 and C5. RGB value is (162,147,197). Sum of RGB (Red+Green+Blue) = 162+147+197=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A293C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293C5 is #5D6C3A. Grayscale: #9D9D9D. Windows color (decimal): -6122555 or 12948386. OLE color: 12948386.

HSL color Cylindrical-coordinate representation of color #A293C5: hue angle of 258º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A293C5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 147 197 -
CMYK 0.18 0.25 0 0.23
HSL 258º 0.3% 0.67% -
HSV(B) 258º 0.25% 0.77% -
XYZ 35.41 32.58 57.25 -
YUV 157.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 162 147 197 0.18 0.25 0 0.23 258 0.3 0.67
Hex A2 93 C5 12 19 0 17 102 1E 43
Octal 242 223 305 22 31 0 27 402 36 103
Binary 10100010 10010011 11000101 10010 11001 0 10111 100000010 11110 1000011

Color Harmonies of #A293C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293C5

Black with #A293C5

Text Example


Text Example

White with #A293C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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