Html Css Color HEX #A43FDC Dark Orchid

📋 copy color: '#A43FDC'

red 164 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A43FDC

Tints of Dark Orchid #A43FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.09%

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

R = 36.69%
G = 14.09%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A43FDC (or 0xA43FDC) is known color: Dark Orchid. HEX triplet: A4, 3F and DC. RGB value is (164,63,220). Sum of RGB (Red+Green+Blue) = 164+63+220=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FDC is #5BC023. Grayscale: #6E6E6E. Windows color (decimal): -6012964 or 14434212. OLE color: 14434212.

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

Color convert

RGB 164 63 220 -
CMYK 0.25 0.71 0 0.14
HSL 278.6º 0.69% 0.55% -
HSV(B) 278.6º 0.71% 0.86% -
XYZ 30.01 16.61 69.34 -
YUV 111.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 164 63 220 0.25 0.71 0 0.14 278.6 0.69 0.55
Hex A4 3F DC 19 47 0 E 117 45 37
Octal 244 77 334 31 107 0 16 427 105 67
Binary 10100100 111111 11011100 11001 1000111 0 1110 100010111 1000101 110111

Color Harmonies of #A43FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FDC

Black with #A43FDC

Text Example


Text Example

White with #A43FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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