Html Css Color HEX #A43FCD Dark Orchid

📋 copy color: '#A43FCD'

red 164 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A43FCD

Tints of Dark Orchid #A43FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

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

R = 37.96%
G = 14.58%
B = 47.45%

CMYK

 C value IS 0.2

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A43FCD (or 0xA43FCD) is known color: Dark Orchid. HEX triplet: A4, 3F and CD. RGB value is (164,63,205). Sum of RGB (Red+Green+Blue) = 164+63+205=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A43FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FCD is #5BC032. Grayscale: #6C6C6C. Windows color (decimal): -6012979 or 13451172. OLE color: 13451172.

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

Color convert

RGB 164 63 205 -
CMYK 0.2 0.69 0 0.20
HSL 282.68º 0.59% 0.53% -
HSV(B) 282.68º 0.69% 0.8% -
XYZ 28.11 15.86 59.34 -
YUV 109.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 164 63 205 0.2 0.69 0 0.20 282.68 0.59 0.53
Hex A4 3F CD 14 45 0 14 11B 3B 35
Octal 244 77 315 24 105 0 24 433 73 65
Binary 10100100 111111 11001101 10100 1000101 0 10100 100011011 111011 110101

Color Harmonies of #A43FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FCD

Black with #A43FCD

Text Example


Text Example

White with #A43FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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