Html Css Color HEX #A320BF Dark Orchid

📋 copy color: '#A320BF'

red 163 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #A320BF

Tints of Dark Orchid #A320BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 42.23%
G = 8.29%
B = 49.48%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A320BF (or 0xA320BF) is known color: Dark Orchid. HEX triplet: A3, 20 and BF. RGB value is (163,32,191). Sum of RGB (Red+Green+Blue) = 163+32+191=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #A320BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320BF is #5CDF40. Grayscale: #585858. Windows color (decimal): -6086465 or 12525731. OLE color: 12525731.

HSL color Cylindrical-coordinate representation of color #A320BF: hue angle of 289.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A320BF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 32 191 -
CMYK 0.15 0.83 0 0.25
HSL 289.43º 0.71% 0.44% -
HSV(B) 289.43º 0.83% 0.75% -
XYZ 25.02 12.58 50.4 -
YUV 89.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 163 32 191 0.15 0.83 0 0.25 289.43 0.71 0.44
Hex A3 20 BF F 53 0 19 121 47 2C
Octal 243 40 277 17 123 0 31 441 107 54
Binary 10100011 100000 10111111 1111 1010011 0 11001 100100001 1000111 101100

Color Harmonies of #A320BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320BF

Black with #A320BF

Text Example


Text Example

White with #A320BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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