Html Css Color HEX #A392B6 Cold Purple

📋 copy color: '#A392B6'

red 163 ◦ green 146 ◦ blue 182

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

Shades of Cold Purple #A392B6

Tints of Cold Purple #A392B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 33.2%
G = 29.74%
B = 37.07%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A392B6 (or 0xA392B6) is known color: Cold Purple. HEX triplet: A3, 92 and B6. RGB value is (163,146,182). Sum of RGB (Red+Green+Blue) = 163+146+182=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #A392B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392B6 is #5C6D49. Grayscale: #9B9B9B. Windows color (decimal): -6057290 or 11965091. OLE color: 11965091.

HSL color Cylindrical-coordinate representation of color #A392B6: hue angle of 268.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A392B6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 146 182 -
CMYK 0.10 0.20 0 0.29
HSL 268.33º 0.2% 0.64% -
HSV(B) 268.33º 0.2% 0.71% -
XYZ 33.83 31.72 48.6 -
YUV 155.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 163 146 182 0.10 0.20 0 0.29 268.33 0.2 0.64
Hex A3 92 B6 A 14 0 1D 10C 14 40
Octal 243 222 266 12 24 0 35 414 24 100
Binary 10100011 10010010 10110110 1010 10100 0 11101 100001100 10100 1000000

Color Harmonies of #A392B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392B6

Black with #A392B6

Text Example


Text Example

White with #A392B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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