Html Css Color HEX #A43ACE Dark Orchid

📋 copy color: '#A43ACE'

red 164 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #A43ACE

Tints of Dark Orchid #A43ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 38.32%
G = 13.55%
B = 48.13%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A43ACE (or 0xA43ACE) is known color: Dark Orchid. HEX triplet: A4, 3A and CE. RGB value is (164,58,206). Sum of RGB (Red+Green+Blue) = 164+58+206=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A43ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ACE is #5BC531. Grayscale: #6A6A6A. Windows color (decimal): -6014258 or 13515428. OLE color: 13515428.

HSL color Cylindrical-coordinate representation of color #A43ACE: hue angle of 282.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43ACE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 58 206 -
CMYK 0.20 0.72 0 0.19
HSL 282.97º 0.6% 0.52% -
HSV(B) 282.97º 0.72% 0.81% -
XYZ 27.96 15.37 59.89 -
YUV 106.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 164 58 206 0.20 0.72 0 0.19 282.97 0.6 0.52
Hex A4 3A CE 14 48 0 13 11B 3C 34
Octal 244 72 316 24 110 0 23 433 74 64
Binary 10100100 111010 11001110 10100 1001000 0 10011 100011011 111100 110100

Color Harmonies of #A43ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ACE

Black with #A43ACE

Text Example


Text Example

White with #A43ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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