Html Css Color HEX #A329CB Dark Orchid

📋 copy color: '#A329CB'

red 163 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #A329CB

Tints of Dark Orchid #A329CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 40.05%
G = 10.07%
B = 49.88%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A329CB (or 0xA329CB) is known color: Dark Orchid. HEX triplet: A3, 29 and CB. RGB value is (163,41,203). Sum of RGB (Red+Green+Blue) = 163+41+203=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A329CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329CB is #5CD634. Grayscale: #5F5F5F. Windows color (decimal): -6084149 or 13314467. OLE color: 13314467.

HSL color Cylindrical-coordinate representation of color #A329CB: hue angle of 285.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A329CB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 41 203 -
CMYK 0.20 0.80 0 0.20
HSL 285.19º 0.66% 0.48% -
HSV(B) 285.19º 0.8% 0.8% -
XYZ 26.68 13.68 57.74 -
YUV 95.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 163 41 203 0.20 0.80 0 0.20 285.19 0.66 0.48
Hex A3 29 CB 14 50 0 14 11D 42 30
Octal 243 51 313 24 120 0 24 435 102 60
Binary 10100011 101001 11001011 10100 1010000 0 10100 100011101 1000010 110000

Color Harmonies of #A329CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329CB

Black with #A329CB

Text Example


Text Example

White with #A329CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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