Html Css Color HEX #A32ECD Dark Orchid

📋 copy color: '#A32ECD'

red 163 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A32ECD

Tints of Dark Orchid #A32ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.11%

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

R = 39.37%
G = 11.11%
B = 49.52%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A32ECD (or 0xA32ECD) is known color: Dark Orchid. HEX triplet: A3, 2E and CD. RGB value is (163,46,205). Sum of RGB (Red+Green+Blue) = 163+46+205=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A32ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECD is #5CD132. Grayscale: #626262. Windows color (decimal): -6082867 or 13446819. OLE color: 13446819.

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

Color convert

RGB 163 46 205 -
CMYK 0.20 0.78 0 0.20
HSL 284.15º 0.63% 0.49% -
HSV(B) 284.15º 0.78% 0.8% -
XYZ 27.1 14.15 59.06 -
YUV 99.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 163 46 205 0.20 0.78 0 0.20 284.15 0.63 0.49
Hex A3 2E CD 14 4E 0 14 11C 3F 31
Octal 243 56 315 24 116 0 24 434 77 61
Binary 10100011 101110 11001101 10100 1001110 0 10100 100011100 111111 110001

Color Harmonies of #A32ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ECD

Black with #A32ECD

Text Example


Text Example

White with #A32ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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