Html Css Color HEX #A43CDF Dark Orchid

📋 copy color: '#A43CDF'

red 164 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #A43CDF

Tints of Dark Orchid #A43CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 36.69%
G = 13.42%
B = 49.89%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A43CDF (or 0xA43CDF) is known color: Dark Orchid. HEX triplet: A4, 3C and DF. RGB value is (164,60,223). Sum of RGB (Red+Green+Blue) = 164+60+223=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #A43CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CDF is #5BC320. Grayscale: #6D6D6D. Windows color (decimal): -6013729 or 14630052. OLE color: 14630052.

HSL color Cylindrical-coordinate representation of color #A43CDF: hue angle of 278.28º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43CDF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 60 223 -
CMYK 0.26 0.73 0 0.13
HSL 278.28º 0.72% 0.55% -
HSV(B) 278.28º 0.73% 0.87% -
XYZ 30.24 16.45 71.39 -
YUV 109.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 164 60 223 0.26 0.73 0 0.13 278.28 0.72 0.55
Hex A4 3C DF 1A 49 0 D 116 48 37
Octal 244 74 337 32 111 0 15 426 110 67
Binary 10100100 111100 11011111 11010 1001001 0 1101 100010110 1001000 110111

Color Harmonies of #A43CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CDF

Black with #A43CDF

Text Example


Text Example

White with #A43CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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