Html Css Color HEX #A328C0 Dark Orchid

📋 copy color: '#A328C0'

red 163 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #A328C0

Tints of Dark Orchid #A328C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 41.27%
G = 10.13%
B = 48.61%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A328C0 (or 0xA328C0) is known color: Dark Orchid. HEX triplet: A3, 28 and C0. RGB value is (163,40,192). Sum of RGB (Red+Green+Blue) = 163+40+192=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #A328C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328C0 is #5CD73F. Grayscale: #5D5D5D. Windows color (decimal): -6084416 or 12593315. OLE color: 12593315.

HSL color Cylindrical-coordinate representation of color #A328C0: hue angle of 288.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A328C0 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 40 192 -
CMYK 0.15 0.79 0 0.25
HSL 288.55º 0.66% 0.45% -
HSV(B) 288.55º 0.79% 0.75% -
XYZ 25.38 13.11 51.06 -
YUV 94.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 163 40 192 0.15 0.79 0 0.25 288.55 0.66 0.45
Hex A3 28 C0 F 4F 0 19 121 42 2D
Octal 243 50 300 17 117 0 31 441 102 55
Binary 10100011 101000 11000000 1111 1001111 0 11001 100100001 1000010 101101

Color Harmonies of #A328C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328C0

Black with #A328C0

Text Example


Text Example

White with #A328C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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