Html Css Color HEX #A392BE Cold Purple

📋 copy color: '#A392BE'

red 163 ◦ green 146 ◦ blue 190

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

Shades of Cold Purple #A392BE

Tints of Cold Purple #A392BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 32.67%
G = 29.26%
B = 38.08%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A392BE (or 0xA392BE) is known color: Cold Purple. HEX triplet: A3, 92 and BE. RGB value is (163,146,190). Sum of RGB (Red+Green+Blue) = 163+146+190=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A392BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392BE is #5C6D41. Grayscale: #9B9B9B. Windows color (decimal): -6057282 or 12489379. OLE color: 12489379.

HSL color Cylindrical-coordinate representation of color #A392BE: hue angle of 263.18º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A392BE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 146 190 -
CMYK 0.14 0.23 0 0.25
HSL 263.18º 0.25% 0.66% -
HSV(B) 263.18º 0.23% 0.75% -
XYZ 34.68 32.06 53.08 -
YUV 156.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 163 146 190 0.14 0.23 0 0.25 263.18 0.25 0.66
Hex A3 92 BE E 17 0 19 107 19 42
Octal 243 222 276 16 27 0 31 407 31 102
Binary 10100011 10010010 10111110 1110 10111 0 11001 100000111 11001 1000010

Color Harmonies of #A392BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392BE

Black with #A392BE

Text Example


Text Example

White with #A392BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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