Html Css Color HEX #A321BA Dark Orchid

📋 copy color: '#A321BA'

red 163 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #A321BA

Tints of Dark Orchid #A321BA

RGB

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

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

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

R = 42.67%
G = 8.64%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A321BA (or 0xA321BA) is known color: Dark Orchid. HEX triplet: A3, 21 and BA. RGB value is (163,33,186). Sum of RGB (Red+Green+Blue) = 163+33+186=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A321BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321BA is #5CDE45. Grayscale: #585858. Windows color (decimal): -6086214 or 12198307. OLE color: 12198307.

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

Color convert

RGB 163 33 186 -
CMYK 0.12 0.82 0 0.27
HSL 290.98º 0.7% 0.43% -
HSV(B) 290.98º 0.82% 0.73% -
XYZ 24.51 12.42 47.56 -
YUV 89.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 163 33 186 0.12 0.82 0 0.27 290.98 0.7 0.43
Hex A3 21 BA C 52 0 1B 123 46 2B
Octal 243 41 272 14 122 0 33 443 106 53
Binary 10100011 100001 10111010 1100 1010010 0 11011 100100011 1000110 101011

Color Harmonies of #A321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321BA

Black with #A321BA

Text Example


Text Example

White with #A321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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