Html Css Color HEX #A43BDC Dark Orchid

📋 copy color: '#A43BDC'

red 164 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #A43BDC

Tints of Dark Orchid #A43BDC

RGB

 RED value IS 164 (64.45% from 255) = 37.02%

 GREEN value IS 59 (23.44% from 255) = 13.32%

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

R = 37.02%
G = 13.32%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A43BDC (or 0xA43BDC) is known color: Dark Orchid. HEX triplet: A4, 3B and DC. RGB value is (164,59,220). Sum of RGB (Red+Green+Blue) = 164+59+220=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BDC is #5BC423. Grayscale: #6C6C6C. Windows color (decimal): -6013988 or 14433188. OLE color: 14433188.

HSL color Cylindrical-coordinate representation of color #A43BDC: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43BDC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 59 220 -
CMYK 0.25 0.73 0 0.14
HSL 279.13º 0.7% 0.55% -
HSV(B) 279.13º 0.73% 0.86% -
XYZ 29.79 16.19 69.26 -
YUV 108.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 164 59 220 0.25 0.73 0 0.14 279.13 0.7 0.55
Hex A4 3B DC 19 49 0 E 117 46 37
Octal 244 73 334 31 111 0 16 427 106 67
Binary 10100100 111011 11011100 11001 1001001 0 1110 100010111 1000110 110111

Color Harmonies of #A43BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BDC

Black with #A43BDC

Text Example


Text Example

White with #A43BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BDC; }

 p { color: rgb(164,59,220); }

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

background-color css

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

 a { background-color: rgb(164,59,220); }

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

border-color css

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

 span { border-color: rgb(164,59,220); }

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