Html Css Color HEX #A32DBC Dark Orchid

📋 copy color: '#A32DBC'

red 163 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #A32DBC

Tints of Dark Orchid #A32DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

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

R = 41.16%
G = 11.36%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32DBC (or 0xA32DBC) is known color: Dark Orchid. HEX triplet: A3, 2D and BC. RGB value is (163,45,188). Sum of RGB (Red+Green+Blue) = 163+45+188=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A32DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DBC is #5CD243. Grayscale: #606060. Windows color (decimal): -6083140 or 12332451. OLE color: 12332451.

HSL color Cylindrical-coordinate representation of color #A32DBC: hue angle of 289.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32DBC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 45 188 -
CMYK 0.13 0.76 0 0.26
HSL 289.51º 0.61% 0.46% -
HSV(B) 289.51º 0.76% 0.74% -
XYZ 25.12 13.29 48.82 -
YUV 96.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 163 45 188 0.13 0.76 0 0.26 289.51 0.61 0.46
Hex A3 2D BC D 4C 0 1A 122 3D 2E
Octal 243 55 274 15 114 0 32 442 75 56
Binary 10100011 101101 10111100 1101 1001100 0 11010 100100010 111101 101110

Color Harmonies of #A32DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DBC

Black with #A32DBC

Text Example


Text Example

White with #A32DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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