Html Css Color HEX #A392BA Cold Purple

📋 copy color: '#A392BA'

red 163 ◦ green 146 ◦ blue 186

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

Shades of Cold Purple #A392BA

Tints of Cold Purple #A392BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 32.93%
G = 29.49%
B = 37.58%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A392BA (or 0xA392BA) is known color: Cold Purple. HEX triplet: A3, 92 and BA. RGB value is (163,146,186). Sum of RGB (Red+Green+Blue) = 163+146+186=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #A392BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392BA is #5C6D45. Grayscale: #9B9B9B. Windows color (decimal): -6057286 or 12227235. OLE color: 12227235.

HSL color Cylindrical-coordinate representation of color #A392BA: hue angle of 265.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A392BA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 146 186 -
CMYK 0.12 0.22 0 0.27
HSL 265.5º 0.22% 0.65% -
HSV(B) 265.5º 0.22% 0.73% -
XYZ 34.25 31.89 50.8 -
YUV 155.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 163 146 186 0.12 0.22 0 0.27 265.5 0.22 0.65
Hex A3 92 BA C 16 0 1B 10A 16 41
Octal 243 222 272 14 26 0 33 412 26 101
Binary 10100011 10010010 10111010 1100 10110 0 11011 100001010 10110 1000001

Color Harmonies of #A392BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392BA

Black with #A392BA

Text Example


Text Example

White with #A392BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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