Html Css Color HEX #A392C3 Cold Purple

📋 copy color: '#A392C3'

red 163 ◦ green 146 ◦ blue 195

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

Shades of Cold Purple #A392C3

Tints of Cold Purple #A392C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 32.34%
G = 28.97%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A392C3 (or 0xA392C3) is known color: Cold Purple. HEX triplet: A3, 92 and C3. RGB value is (163,146,195). Sum of RGB (Red+Green+Blue) = 163+146+195=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #A392C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392C3 is #5C6D3C. Grayscale: #9C9C9C. Windows color (decimal): -6057277 or 12817059. OLE color: 12817059.

HSL color Cylindrical-coordinate representation of color #A392C3: hue angle of 260.82º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A392C3 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 146 195 -
CMYK 0.16 0.25 0 0.24
HSL 260.82º 0.29% 0.67% -
HSV(B) 260.82º 0.25% 0.76% -
XYZ 35.23 32.28 56 -
YUV 156.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 163 146 195 0.16 0.25 0 0.24 260.82 0.29 0.67
Hex A3 92 C3 10 19 0 18 105 1D 43
Octal 243 222 303 20 31 0 30 405 35 103
Binary 10100011 10010010 11000011 10000 11001 0 11000 100000101 11101 1000011

Color Harmonies of #A392C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392C3

Black with #A392C3

Text Example


Text Example

White with #A392C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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