Html Css Color HEX #A293CA Cold Purple

📋 copy color: '#A293CA'

red 162 ◦ green 147 ◦ blue 202

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

Shades of Cold Purple #A293CA

Tints of Cold Purple #A293CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 31.7%
G = 28.77%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A293CA (or 0xA293CA) is known color: Cold Purple. HEX triplet: A2, 93 and CA. RGB value is (162,147,202). Sum of RGB (Red+Green+Blue) = 162+147+202=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #A293CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293CA is #5D6C35. Grayscale: #9D9D9D. Windows color (decimal): -6122550 or 13276066. OLE color: 13276066.

HSL color Cylindrical-coordinate representation of color #A293CA: hue angle of 256.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A293CA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 147 202 -
CMYK 0.20 0.27 0 0.21
HSL 256.36º 0.34% 0.68% -
HSV(B) 256.36º 0.27% 0.79% -
XYZ 35.99 32.81 60.31 -
YUV 157.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 162 147 202 0.20 0.27 0 0.21 256.36 0.34 0.68
Hex A2 93 CA 14 1B 0 15 100 22 44
Octal 242 223 312 24 33 0 25 400 42 104
Binary 10100010 10010011 11001010 10100 11011 0 10101 100000000 100010 1000100

Color Harmonies of #A293CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293CA

Black with #A293CA

Text Example


Text Example

White with #A293CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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