Html Css Color HEX #A328BB Dark Orchid

📋 copy color: '#A328BB'

red 163 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #A328BB

Tints of Dark Orchid #A328BB

RGB

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

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

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

R = 41.79%
G = 10.26%
B = 47.95%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A328BB (or 0xA328BB) is known color: Dark Orchid. HEX triplet: A3, 28 and BB. RGB value is (163,40,187). Sum of RGB (Red+Green+Blue) = 163+40+187=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #A328BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328BB is #5CD744. Grayscale: #5D5D5D. Windows color (decimal): -6084421 or 12265635. OLE color: 12265635.

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

Color convert

RGB 163 40 187 -
CMYK 0.13 0.79 0 0.27
HSL 290.2º 0.65% 0.45% -
HSV(B) 290.2º 0.79% 0.73% -
XYZ 24.83 12.89 48.19 -
YUV 93.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 163 40 187 0.13 0.79 0 0.27 290.2 0.65 0.45
Hex A3 28 BB D 4F 0 1B 122 41 2D
Octal 243 50 273 15 117 0 33 442 101 55
Binary 10100011 101000 10111011 1101 1001111 0 11011 100100010 1000001 101101

Color Harmonies of #A328BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328BB

Black with #A328BB

Text Example


Text Example

White with #A328BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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