Html Css Color HEX #A3238A Dark Purple

📋 copy color: '#A3238A'

red 163 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #A3238A

Tints of Dark Purple #A3238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 48.51%
G = 10.42%
B = 41.07%

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

#A3238A (or 0xA3238A) is known color: Dark Purple. HEX triplet: A3, 23 and 8A. RGB value is (163,35,138). Sum of RGB (Red+Green+Blue) = 163+35+138=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3238A is #5CDC75. Grayscale: #545454. Windows color (decimal): -6085750 or 9053091. OLE color: 9053091.

HSL color Cylindrical-coordinate representation of color #A3238A: hue angle of 311.72º 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 #A3238A is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 138 -
CMYK 0 0.79 0.15 0.36
HSL 311.72º 0.65% 0.39% -
HSV(B) 311.72º 0.79% 0.64% -
XYZ 20.29 10.82 25.06 -
YUV 85.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 163 35 138 0 0.79 0.15 0.36 311.72 0.65 0.39
Hex A3 23 8A 0 4F F 24 138 41 27
Octal 243 43 212 0 117 17 44 470 101 47
Binary 10100011 100011 10001010 0 1001111 1111 100100 100111000 1000001 100111

Color Harmonies of #A3238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3238A

Black with #A3238A

Text Example


Text Example

White with #A3238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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