Html Css Color HEX #A43ED3 Dark Orchid

📋 copy color: '#A43ED3'

red 164 ◦ green 62 ◦ blue 211

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

Shades of Dark Orchid #A43ED3

Tints of Dark Orchid #A43ED3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.19%

 BLUE value IS 211 (82.81% from 255) = 48.28%

R = 37.53%
G = 14.19%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A43ED3 (or 0xA43ED3) is known color: Dark Orchid. HEX triplet: A4, 3E and D3. RGB value is (164,62,211). Sum of RGB (Red+Green+Blue) = 164+62+211=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #A43ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ED3 is #5BC12C. Grayscale: #6C6C6C. Windows color (decimal): -6013229 or 13844132. OLE color: 13844132.

HSL color Cylindrical-coordinate representation of color #A43ED3: hue angle of 281.07º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43ED3 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 62 211 -
CMYK 0.22 0.71 0 0.17
HSL 281.07º 0.63% 0.54% -
HSV(B) 281.07º 0.71% 0.83% -
XYZ 28.79 16.04 63.21 -
YUV 109.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 164 62 211 0.22 0.71 0 0.17 281.07 0.63 0.54
Hex A4 3E D3 16 47 0 11 119 3F 36
Octal 244 76 323 26 107 0 21 431 77 66
Binary 10100100 111110 11010011 10110 1000111 0 10001 100011001 111111 110110

Color Harmonies of #A43ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ED3

Black with #A43ED3

Text Example


Text Example

White with #A43ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ED3; }

 p { color: rgb(164,62,211); }

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

background-color css

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

 a { background-color: rgb(164,62,211); }

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

border-color css

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

 span { border-color: rgb(164,62,211); }

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