Html Css Color HEX #A32CCD Dark Orchid

📋 copy color: '#A32CCD'

red 163 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #A32CCD

Tints of Dark Orchid #A32CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 39.56%
G = 10.68%
B = 49.76%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A32CCD (or 0xA32CCD) is known color: Dark Orchid. HEX triplet: A3, 2C and CD. RGB value is (163,44,205). Sum of RGB (Red+Green+Blue) = 163+44+205=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #A32CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CCD is #5CD332. Grayscale: #616161. Windows color (decimal): -6083379 or 13446307. OLE color: 13446307.

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

Color convert

RGB 163 44 205 -
CMYK 0.20 0.79 0 0.20
HSL 284.35º 0.65% 0.49% -
HSV(B) 284.35º 0.79% 0.8% -
XYZ 27.02 14 59.03 -
YUV 97.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 163 44 205 0.20 0.79 0 0.20 284.35 0.65 0.49
Hex A3 2C CD 14 4F 0 14 11C 41 31
Octal 243 54 315 24 117 0 24 434 101 61
Binary 10100011 101100 11001101 10100 1001111 0 10100 100011100 1000001 110001

Color Harmonies of #A32CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CCD

Black with #A32CCD

Text Example


Text Example

White with #A32CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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