Html Css Color HEX #A320BA Dark Orchid

📋 copy color: '#A320BA'

red 163 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #A320BA

Tints of Dark Orchid #A320BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

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

R = 42.78%
G = 8.4%
B = 48.82%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A320BA (or 0xA320BA) is known color: Dark Orchid. HEX triplet: A3, 20 and BA. RGB value is (163,32,186). Sum of RGB (Red+Green+Blue) = 163+32+186=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A320BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320BA is #5CDF45. Grayscale: #585858. Windows color (decimal): -6086470 or 12198051. OLE color: 12198051.

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

Color convert

RGB 163 32 186 -
CMYK 0.12 0.83 0 0.27
HSL 291.04º 0.71% 0.43% -
HSV(B) 291.04º 0.83% 0.73% -
XYZ 24.48 12.36 47.55 -
YUV 88.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 163 32 186 0.12 0.83 0 0.27 291.04 0.71 0.43
Hex A3 20 BA C 53 0 1B 123 47 2B
Octal 243 40 272 14 123 0 33 443 107 53
Binary 10100011 100000 10111010 1100 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A320BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320BA

Black with #A320BA

Text Example


Text Example

White with #A320BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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