Html Css Color HEX #A43ECD Dark Orchid

📋 copy color: '#A43ECD'

red 164 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #A43ECD

Tints of Dark Orchid #A43ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 38.05%
G = 14.39%
B = 47.56%

CMYK

 C value IS 0.2

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A43ECD (or 0xA43ECD) is known color: Dark Orchid. HEX triplet: A4, 3E and CD. RGB value is (164,62,205). Sum of RGB (Red+Green+Blue) = 164+62+205=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ECD is #5BC132. Grayscale: #6C6C6C. Windows color (decimal): -6013235 or 13450916. OLE color: 13450916.

HSL color Cylindrical-coordinate representation of color #A43ECD: hue angle of 282.8º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43ECD is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 62 205 -
CMYK 0.2 0.70 0 0.20
HSL 282.8º 0.59% 0.52% -
HSV(B) 282.8º 0.7% 0.8% -
XYZ 28.05 15.75 59.32 -
YUV 108.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 164 62 205 0.2 0.70 0 0.20 282.8 0.59 0.52
Hex A4 3E CD 14 46 0 14 11B 3B 34
Octal 244 76 315 24 106 0 24 433 73 64
Binary 10100100 111110 11001101 10100 1000110 0 10100 100011011 111011 110100

Color Harmonies of #A43ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ECD

Black with #A43ECD

Text Example


Text Example

White with #A43ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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