Html Css Color HEX #A43CDE Dark Orchid

📋 copy color: '#A43CDE'

red 164 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #A43CDE

Tints of Dark Orchid #A43CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 36.77%
G = 13.45%
B = 49.78%

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

#A43CDE (or 0xA43CDE) is known color: Dark Orchid. HEX triplet: A4, 3C and DE. RGB value is (164,60,222). Sum of RGB (Red+Green+Blue) = 164+60+222=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A43CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CDE is #5BC321. Grayscale: #6D6D6D. Windows color (decimal): -6013730 or 14564516. OLE color: 14564516.

HSL color Cylindrical-coordinate representation of color #A43CDE: hue angle of 278.52º degrees, saturation: 0.71, 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 #A43CDE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 60 222 -
CMYK 0.26 0.73 0 0.13
HSL 278.52º 0.71% 0.55% -
HSV(B) 278.52º 0.73% 0.87% -
XYZ 30.11 16.4 70.69 -
YUV 109.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 164 60 222 0.26 0.73 0 0.13 278.52 0.71 0.55
Hex A4 3C DE 1A 49 0 D 117 47 37
Octal 244 74 336 32 111 0 15 427 107 67
Binary 10100100 111100 11011110 11010 1001001 0 1101 100010111 1000111 110111

Color Harmonies of #A43CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CDE

Black with #A43CDE

Text Example


Text Example

White with #A43CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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