Html Css Color HEX #A43ADC Dark Orchid

📋 copy color: '#A43ADC'

red 164 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #A43ADC

Tints of Dark Orchid #A43ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

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

R = 37.1%
G = 13.12%
B = 49.77%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A43ADC (or 0xA43ADC) is known color: Dark Orchid. HEX triplet: A4, 3A and DC. RGB value is (164,58,220). Sum of RGB (Red+Green+Blue) = 164+58+220=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ADC is #5BC523. Grayscale: #6B6B6B. Windows color (decimal): -6014244 or 14432932. OLE color: 14432932.

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

Color convert

RGB 164 58 220 -
CMYK 0.25 0.74 0 0.14
HSL 279.26º 0.7% 0.55% -
HSV(B) 279.26º 0.74% 0.86% -
XYZ 29.74 16.09 69.25 -
YUV 108.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 164 58 220 0.25 0.74 0 0.14 279.26 0.7 0.55
Hex A4 3A DC 19 4A 0 E 117 46 37
Octal 244 72 334 31 112 0 16 427 106 67
Binary 10100100 111010 11011100 11001 1001010 0 1110 100010111 1000110 110111

Color Harmonies of #A43ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ADC

Black with #A43ADC

Text Example


Text Example

White with #A43ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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