Html Css Color HEX #A323BA Dark Orchid

📋 copy color: '#A323BA'

red 163 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #A323BA

Tints of Dark Orchid #A323BA

RGB

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

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

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

R = 42.45%
G = 9.11%
B = 48.44%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A323BA (or 0xA323BA) is known color: Dark Orchid. HEX triplet: A3, 23 and BA. RGB value is (163,35,186). Sum of RGB (Red+Green+Blue) = 163+35+186=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A323BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323BA is #5CDC45. Grayscale: #5A5A5A. Windows color (decimal): -6085702 or 12198819. OLE color: 12198819.

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

Color convert

RGB 163 35 186 -
CMYK 0.12 0.81 0 0.27
HSL 290.86º 0.68% 0.43% -
HSV(B) 290.86º 0.81% 0.73% -
XYZ 24.57 12.53 47.58 -
YUV 90.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 163 35 186 0.12 0.81 0 0.27 290.86 0.68 0.43
Hex A3 23 BA C 51 0 1B 123 44 2B
Octal 243 43 272 14 121 0 33 443 104 53
Binary 10100011 100011 10111010 1100 1010001 0 11011 100100011 1000100 101011

Color Harmonies of #A323BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323BA

Black with #A323BA

Text Example


Text Example

White with #A323BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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