Html Css Color HEX #A329BB Dark Orchid

📋 copy color: '#A329BB'

red 163 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #A329BB

Tints of Dark Orchid #A329BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

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

R = 41.69%
G = 10.49%
B = 47.83%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A329BB (or 0xA329BB) is known color: Dark Orchid. HEX triplet: A3, 29 and BB. RGB value is (163,41,187). Sum of RGB (Red+Green+Blue) = 163+41+187=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #A329BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329BB is #5CD644. Grayscale: #5D5D5D. Windows color (decimal): -6084165 or 12265891. OLE color: 12265891.

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

Color convert

RGB 163 41 187 -
CMYK 0.13 0.78 0 0.27
HSL 290.14º 0.64% 0.45% -
HSV(B) 290.14º 0.78% 0.73% -
XYZ 24.87 12.96 48.2 -
YUV 94.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 163 41 187 0.13 0.78 0 0.27 290.14 0.64 0.45
Hex A3 29 BB D 4E 0 1B 122 40 2D
Octal 243 51 273 15 116 0 33 442 100 55
Binary 10100011 101001 10111011 1101 1001110 0 11011 100100010 1000000 101101

Color Harmonies of #A329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329BB

Black with #A329BB

Text Example


Text Example

White with #A329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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