Html Css Color HEX #A328BC Dark Orchid

📋 copy color: '#A328BC'

red 163 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A328BC

Tints of Dark Orchid #A328BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 41.69%
G = 10.23%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A328BC (or 0xA328BC) is known color: Dark Orchid. HEX triplet: A3, 28 and BC. RGB value is (163,40,188). Sum of RGB (Red+Green+Blue) = 163+40+188=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A328BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328BC is #5CD743. Grayscale: #5D5D5D. Windows color (decimal): -6084420 or 12331171. OLE color: 12331171.

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

Color convert

RGB 163 40 188 -
CMYK 0.13 0.79 0 0.26
HSL 289.86º 0.65% 0.45% -
HSV(B) 289.86º 0.79% 0.74% -
XYZ 24.94 12.93 48.76 -
YUV 93.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 163 40 188 0.13 0.79 0 0.26 289.86 0.65 0.45
Hex A3 28 BC D 4F 0 1A 122 41 2D
Octal 243 50 274 15 117 0 32 442 101 55
Binary 10100011 101000 10111100 1101 1001111 0 11010 100100010 1000001 101101

Color Harmonies of #A328BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328BC

Black with #A328BC

Text Example


Text Example

White with #A328BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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