Html Css Color HEX #A392C2 Cold Purple

📋 copy color: '#A392C2'

red 163 ◦ green 146 ◦ blue 194

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

Shades of Cold Purple #A392C2

Tints of Cold Purple #A392C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 32.41%
G = 29.03%
B = 38.57%

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

#A392C2 (or 0xA392C2) is known color: Cold Purple. HEX triplet: A3, 92 and C2. RGB value is (163,146,194). Sum of RGB (Red+Green+Blue) = 163+146+194=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A392C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392C2 is #5C6D3D. Grayscale: #9C9C9C. Windows color (decimal): -6057278 or 12751523. OLE color: 12751523.

HSL color Cylindrical-coordinate representation of color #A392C2: hue angle of 261.25º degrees, saturation: 0.28, 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 #A392C2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 146 194 -
CMYK 0.16 0.25 0 0.24
HSL 261.25º 0.28% 0.67% -
HSV(B) 261.25º 0.25% 0.76% -
XYZ 35.12 32.24 55.41 -
YUV 156.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 163 146 194 0.16 0.25 0 0.24 261.25 0.28 0.67
Hex A3 92 C2 10 19 0 18 105 1C 43
Octal 243 222 302 20 31 0 30 405 34 103
Binary 10100011 10010010 11000010 10000 11001 0 11000 100000101 11100 1000011

Color Harmonies of #A392C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392C2

Black with #A392C2

Text Example


Text Example

White with #A392C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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