Html Css Color HEX #A3238B Dark Purple

📋 copy color: '#A3238B'

red 163 ◦ green 35 ◦ blue 139

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

Shades of Dark Purple #A3238B

Tints of Dark Purple #A3238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 48.37%
G = 10.39%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3238B (or 0xA3238B) is known color: Dark Purple. HEX triplet: A3, 23 and 8B. RGB value is (163,35,139). Sum of RGB (Red+Green+Blue) = 163+35+139=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3238B is #5CDC74. Grayscale: #545454. Windows color (decimal): -6085749 or 9118627. OLE color: 9118627.

HSL color Cylindrical-coordinate representation of color #A3238B: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3238B is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 139 -
CMYK 0 0.79 0.15 0.36
HSL 311.25º 0.65% 0.39% -
HSV(B) 311.25º 0.79% 0.64% -
XYZ 20.37 10.85 25.45 -
YUV 85.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 163 35 139 0 0.79 0.15 0.36 311.25 0.65 0.39
Hex A3 23 8B 0 4F F 24 137 41 27
Octal 243 43 213 0 117 17 44 467 101 47
Binary 10100011 100011 10001011 0 1001111 1111 100100 100110111 1000001 100111

Color Harmonies of #A3238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3238B

Black with #A3238B

Text Example


Text Example

White with #A3238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3238B; }

 p { color: rgb(163,35,139); }

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

background-color css

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

 a { background-color: rgb(163,35,139); }

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

border-color css

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

 span { border-color: rgb(163,35,139); }

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