Html Css Color HEX #A943CD Dark Orchid

📋 copy color: '#A943CD'

red 169 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #A943CD

Tints of Dark Orchid #A943CD

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

 GREEN value IS 67 (26.56% from 255) = 15.19%

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

R = 38.32%
G = 15.19%
B = 46.49%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A943CD (or 0xA943CD) is known color: Dark Orchid. HEX triplet: A9, 43 and CD. RGB value is (169,67,205). Sum of RGB (Red+Green+Blue) = 169+67+205=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A943CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943CD is #56BC32. Grayscale: #707070. Windows color (decimal): -5684275 or 13452201. OLE color: 13452201.

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

Color convert

RGB 169 67 205 -
CMYK 0.18 0.67 0 0.20
HSL 284.35º 0.58% 0.53% -
HSV(B) 284.35º 0.67% 0.8% -
XYZ 29.39 16.86 59.46 -
YUV 113.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 169 67 205 0.18 0.67 0 0.20 284.35 0.58 0.53
Hex A9 43 CD 12 43 0 14 11C 3A 35
Octal 251 103 315 22 103 0 24 434 72 65
Binary 10101001 1000011 11001101 10010 1000011 0 10100 100011100 111010 110101

Color Harmonies of #A943CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A943CD

Black with #A943CD

Text Example


Text Example

White with #A943CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A943CD; }

 p { color: rgb(169,67,205); }

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

background-color css

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

 a { background-color: rgb(169,67,205); }

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

border-color css

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

 span { border-color: rgb(169,67,205); }

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