Html Css Color HEX #A320BD Dark Orchid

📋 copy color: '#A320BD'

red 163 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #A320BD

Tints of Dark Orchid #A320BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 42.45%
G = 8.33%
B = 49.22%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A320BD (or 0xA320BD) is known color: Dark Orchid. HEX triplet: A3, 20 and BD. RGB value is (163,32,189). Sum of RGB (Red+Green+Blue) = 163+32+189=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #A320BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320BD is #5CDF42. Grayscale: #585858. Windows color (decimal): -6086467 or 12394659. OLE color: 12394659.

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

Color convert

RGB 163 32 189 -
CMYK 0.14 0.83 0 0.26
HSL 290.06º 0.71% 0.43% -
HSV(B) 290.06º 0.83% 0.74% -
XYZ 24.81 12.49 49.25 -
YUV 89.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 163 32 189 0.14 0.83 0 0.26 290.06 0.71 0.43
Hex A3 20 BD E 53 0 1A 122 47 2B
Octal 243 40 275 16 123 0 32 442 107 53
Binary 10100011 100000 10111101 1110 1010011 0 11010 100100010 1000111 101011

Color Harmonies of #A320BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320BD

Black with #A320BD

Text Example


Text Example

White with #A320BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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