Html Css Color HEX #A321BF Dark Orchid

📋 copy color: '#A321BF'

red 163 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #A321BF

Tints of Dark Orchid #A321BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

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

R = 42.12%
G = 8.53%
B = 49.35%

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

#A321BF (or 0xA321BF) is known color: Dark Orchid. HEX triplet: A3, 21 and BF. RGB value is (163,33,191). Sum of RGB (Red+Green+Blue) = 163+33+191=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #A321BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321BF is #5CDE40. Grayscale: #595959. Windows color (decimal): -6086209 or 12525987. OLE color: 12525987.

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

Color convert

RGB 163 33 191 -
CMYK 0.15 0.83 0 0.25
HSL 289.37º 0.71% 0.44% -
HSV(B) 289.37º 0.83% 0.75% -
XYZ 25.05 12.64 50.41 -
YUV 89.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 163 33 191 0.15 0.83 0 0.25 289.37 0.71 0.44
Hex A3 21 BF F 53 0 19 121 47 2C
Octal 243 41 277 17 123 0 31 441 107 54
Binary 10100011 100001 10111111 1111 1010011 0 11001 100100001 1000111 101100

Color Harmonies of #A321BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321BF

Black with #A321BF

Text Example


Text Example

White with #A321BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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