Html Css Color HEX #A32CBC Dark Orchid

📋 copy color: '#A32CBC'

red 163 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #A32CBC

Tints of Dark Orchid #A32CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

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

R = 41.27%
G = 11.14%
B = 47.59%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32CBC (or 0xA32CBC) is known color: Dark Orchid. HEX triplet: A3, 2C and BC. RGB value is (163,44,188). Sum of RGB (Red+Green+Blue) = 163+44+188=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #A32CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBC is #5CD343. Grayscale: #5F5F5F. Windows color (decimal): -6083396 or 12332195. OLE color: 12332195.

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

Color convert

RGB 163 44 188 -
CMYK 0.13 0.77 0 0.26
HSL 289.58º 0.62% 0.45% -
HSV(B) 289.58º 0.77% 0.74% -
XYZ 25.08 13.22 48.81 -
YUV 96 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 163 44 188 0.13 0.77 0 0.26 289.58 0.62 0.45
Hex A3 2C BC D 4D 0 1A 122 3E 2D
Octal 243 54 274 15 115 0 32 442 76 55
Binary 10100011 101100 10111100 1101 1001101 0 11010 100100010 111110 101101

Color Harmonies of #A32CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CBC

Black with #A32CBC

Text Example


Text Example

White with #A32CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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