Html Css Color HEX #A321BB Dark Orchid

📋 copy color: '#A321BB'

red 163 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #A321BB

Tints of Dark Orchid #A321BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 42.56%
G = 8.62%
B = 48.83%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A321BB (or 0xA321BB) is known color: Dark Orchid. HEX triplet: A3, 21 and BB. RGB value is (163,33,187). Sum of RGB (Red+Green+Blue) = 163+33+187=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #A321BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321BB is #5CDE44. Grayscale: #585858. Windows color (decimal): -6086213 or 12263843. OLE color: 12263843.

HSL color Cylindrical-coordinate representation of color #A321BB: hue angle of 290.65º 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 #A321BB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 33 187 -
CMYK 0.13 0.82 0 0.27
HSL 290.65º 0.7% 0.43% -
HSV(B) 290.65º 0.82% 0.73% -
XYZ 24.62 12.46 48.12 -
YUV 89.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 163 33 187 0.13 0.82 0 0.27 290.65 0.7 0.43
Hex A3 21 BB D 52 0 1B 123 46 2B
Octal 243 41 273 15 122 0 33 443 106 53
Binary 10100011 100001 10111011 1101 1010010 0 11011 100100011 1000110 101011

Color Harmonies of #A321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321BB

Black with #A321BB

Text Example


Text Example

White with #A321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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