Html Css Color HEX #A43DCD Dark Orchid

📋 copy color: '#A43DCD'

red 164 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A43DCD

Tints of Dark Orchid #A43DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

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

R = 38.14%
G = 14.19%
B = 47.67%

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

#A43DCD (or 0xA43DCD) is known color: Dark Orchid. HEX triplet: A4, 3D and CD. RGB value is (164,61,205). Sum of RGB (Red+Green+Blue) = 164+61+205=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DCD is #5BC232. Grayscale: #6B6B6B. Windows color (decimal): -6013491 or 13450660. OLE color: 13450660.

HSL color Cylindrical-coordinate representation of color #A43DCD: hue angle of 282.92º 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 #A43DCD is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 61 205 -
CMYK 0.2 0.70 0 0.20
HSL 282.92º 0.59% 0.52% -
HSV(B) 282.92º 0.7% 0.8% -
XYZ 28 15.64 59.3 -
YUV 108.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 164 61 205 0.2 0.70 0 0.20 282.92 0.59 0.52
Hex A4 3D CD 14 46 0 14 11B 3B 34
Octal 244 75 315 24 106 0 24 433 73 64
Binary 10100100 111101 11001101 10100 1000110 0 10100 100011011 111011 110100

Color Harmonies of #A43DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DCD

Black with #A43DCD

Text Example


Text Example

White with #A43DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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