Html Css Color HEX #A942CD Dark Orchid

📋 copy color: '#A942CD'

red 169 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A942CD

Tints of Dark Orchid #A942CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

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

R = 38.41%
G = 15%
B = 46.59%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A942CD (or 0xA942CD) is known color: Dark Orchid. HEX triplet: A9, 42 and CD. RGB value is (169,66,205). Sum of RGB (Red+Green+Blue) = 169+66+205=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #A942CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942CD is #56BD32. Grayscale: #707070. Windows color (decimal): -5684531 or 13451945. OLE color: 13451945.

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

Color convert

RGB 169 66 205 -
CMYK 0.18 0.68 0 0.20
HSL 284.46º 0.58% 0.53% -
HSV(B) 284.46º 0.68% 0.8% -
XYZ 29.33 16.74 59.44 -
YUV 112.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 169 66 205 0.18 0.68 0 0.20 284.46 0.58 0.53
Hex A9 42 CD 12 44 0 14 11C 3A 35
Octal 251 102 315 22 104 0 24 434 72 65
Binary 10101001 1000010 11001101 10010 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A942CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A942CD

Black with #A942CD

Text Example


Text Example

White with #A942CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A942CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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