Html Css Color HEX #A32DCE Dark Orchid

📋 copy color: '#A32DCE'

red 163 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #A32DCE

Tints of Dark Orchid #A32DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 39.37%
G = 10.87%
B = 49.76%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A32DCE (or 0xA32DCE) is known color: Dark Orchid. HEX triplet: A3, 2D and CE. RGB value is (163,45,206). Sum of RGB (Red+Green+Blue) = 163+45+206=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #A32DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DCE is #5CD231. Grayscale: #626262. Windows color (decimal): -6083122 or 13512099. OLE color: 13512099.

HSL color Cylindrical-coordinate representation of color #A32DCE: hue angle of 283.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32DCE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 45 206 -
CMYK 0.21 0.78 0 0.19
HSL 283.98º 0.64% 0.49% -
HSV(B) 283.98º 0.78% 0.81% -
XYZ 27.18 14.12 59.69 -
YUV 98.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 163 45 206 0.21 0.78 0 0.19 283.98 0.64 0.49
Hex A3 2D CE 15 4E 0 13 11C 40 31
Octal 243 55 316 25 116 0 23 434 100 61
Binary 10100011 101101 11001110 10101 1001110 0 10011 100011100 1000000 110001

Color Harmonies of #A32DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DCE

Black with #A32DCE

Text Example


Text Example

White with #A32DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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