Html Css Color HEX #A328BD Dark Orchid

📋 copy color: '#A328BD'

red 163 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A328BD

Tints of Dark Orchid #A328BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

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

R = 41.58%
G = 10.2%
B = 48.21%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A328BD (or 0xA328BD) is known color: Dark Orchid. HEX triplet: A3, 28 and BD. RGB value is (163,40,189). Sum of RGB (Red+Green+Blue) = 163+40+189=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #A328BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328BD is #5CD742. Grayscale: #5D5D5D. Windows color (decimal): -6084419 or 12396707. OLE color: 12396707.

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

Color convert

RGB 163 40 189 -
CMYK 0.14 0.79 0 0.26
HSL 289.53º 0.65% 0.45% -
HSV(B) 289.53º 0.79% 0.74% -
XYZ 25.05 12.98 49.33 -
YUV 93.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 163 40 189 0.14 0.79 0 0.26 289.53 0.65 0.45
Hex A3 28 BD E 4F 0 1A 122 41 2D
Octal 243 50 275 16 117 0 32 442 101 55
Binary 10100011 101000 10111101 1110 1001111 0 11010 100100010 1000001 101101

Color Harmonies of #A328BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328BD

Black with #A328BD

Text Example


Text Example

White with #A328BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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