Html Css Color HEX #A43ED8 Dark Orchid

📋 copy color: '#A43ED8'

red 164 ◦ green 62 ◦ blue 216

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

Shades of Dark Orchid #A43ED8

Tints of Dark Orchid #A43ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 37.1%
G = 14.03%
B = 48.87%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A43ED8 (or 0xA43ED8) is known color: Dark Orchid. HEX triplet: A4, 3E and D8. RGB value is (164,62,216). Sum of RGB (Red+Green+Blue) = 164+62+216=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #A43ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ED8 is #5BC127. Grayscale: #6D6D6D. Windows color (decimal): -6013224 or 14171812. OLE color: 14171812.

HSL color Cylindrical-coordinate representation of color #A43ED8: hue angle of 279.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43ED8 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 62 216 -
CMYK 0.24 0.71 0 0.15
HSL 279.74º 0.66% 0.55% -
HSV(B) 279.74º 0.71% 0.85% -
XYZ 29.43 16.3 66.56 -
YUV 110.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 164 62 216 0.24 0.71 0 0.15 279.74 0.66 0.55
Hex A4 3E D8 18 47 0 F 118 42 37
Octal 244 76 330 30 107 0 17 430 102 67
Binary 10100100 111110 11011000 11000 1000111 0 1111 100011000 1000010 110111

Color Harmonies of #A43ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ED8

Black with #A43ED8

Text Example


Text Example

White with #A43ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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