Html Css Color HEX #A43CBA Dark Orchid

📋 copy color: '#A43CBA'

red 164 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #A43CBA

Tints of Dark Orchid #A43CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 40%
G = 14.63%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A43CBA (or 0xA43CBA) is known color: Dark Orchid. HEX triplet: A4, 3C and BA. RGB value is (164,60,186). Sum of RGB (Red+Green+Blue) = 164+60+186=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CBA is #5BC345. Grayscale: #696969. Windows color (decimal): -6013766 or 12205220. OLE color: 12205220.

HSL color Cylindrical-coordinate representation of color #A43CBA: hue angle of 289.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43CBA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 60 186 -
CMYK 0.12 0.68 0 0.27
HSL 289.52º 0.51% 0.48% -
HSV(B) 289.52º 0.68% 0.73% -
XYZ 25.79 14.67 47.93 -
YUV 105.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 164 60 186 0.12 0.68 0 0.27 289.52 0.51 0.48
Hex A4 3C BA C 44 0 1B 122 33 30
Octal 244 74 272 14 104 0 33 442 63 60
Binary 10100100 111100 10111010 1100 1000100 0 11011 100100010 110011 110000

Color Harmonies of #A43CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CBA

Black with #A43CBA

Text Example


Text Example

White with #A43CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CBA; }

 p { color: rgb(164,60,186); }

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

background-color css

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

 a { background-color: rgb(164,60,186); }

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

border-color css

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

 span { border-color: rgb(164,60,186); }

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