Html Css Color HEX #A32EDC Dark Orchid

📋 copy color: '#A32EDC'

red 163 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #A32EDC

Tints of Dark Orchid #A32EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 38%
G = 10.72%
B = 51.28%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A32EDC (or 0xA32EDC) is known color: Dark Orchid. HEX triplet: A3, 2E and DC. RGB value is (163,46,220). Sum of RGB (Red+Green+Blue) = 163+46+220=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #A32EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EDC is #5CD123. Grayscale: #646464. Windows color (decimal): -6082852 or 14429859. OLE color: 14429859.

HSL color Cylindrical-coordinate representation of color #A32EDC: hue angle of 280.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32EDC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 46 220 -
CMYK 0.26 0.79 0 0.14
HSL 280.34º 0.71% 0.52% -
HSV(B) 280.34º 0.79% 0.86% -
XYZ 29 14.91 69.06 -
YUV 100.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 163 46 220 0.26 0.79 0 0.14 280.34 0.71 0.52
Hex A3 2E DC 1A 4F 0 E 118 47 34
Octal 243 56 334 32 117 0 16 430 107 64
Binary 10100011 101110 11011100 11010 1001111 0 1110 100011000 1000111 110100

Color Harmonies of #A32EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EDC

Black with #A32EDC

Text Example


Text Example

White with #A32EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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