Html Css Color HEX #A392CA Cold Purple

📋 copy color: '#A392CA'

red 163 ◦ green 146 ◦ blue 202

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

Shades of Cold Purple #A392CA

Tints of Cold Purple #A392CA

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 31.9%
G = 28.57%
B = 39.53%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A392CA (or 0xA392CA) is known color: Cold Purple. HEX triplet: A3, 92 and CA. RGB value is (163,146,202). Sum of RGB (Red+Green+Blue) = 163+146+202=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 146 (57.42% from 255 or 28.57% 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 #A392CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392CA is #5C6D35. Grayscale: #9D9D9D. Windows color (decimal): -6057270 or 13275811. OLE color: 13275811.

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

Color convert

RGB 163 146 202 -
CMYK 0.19 0.28 0 0.21
HSL 258.21º 0.35% 0.68% -
HSV(B) 258.21º 0.28% 0.79% -
XYZ 36.04 32.61 60.27 -
YUV 157.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 163 146 202 0.19 0.28 0 0.21 258.21 0.35 0.68
Hex A3 92 CA 13 1C 0 15 102 23 44
Octal 243 222 312 23 34 0 25 402 43 104
Binary 10100011 10010010 11001010 10011 11100 0 10101 100000010 100011 1000100

Color Harmonies of #A392CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392CA

Black with #A392CA

Text Example


Text Example

White with #A392CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392CA; }

 p { color: rgb(163,146,202); }

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

background-color css

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

 a { background-color: rgb(163,146,202); }

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

border-color css

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

 span { border-color: rgb(163,146,202); }

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