Html Css Color HEX #A842CD Dark Orchid

📋 copy color: '#A842CD'

red 168 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A842CD

Tints of Dark Orchid #A842CD

RGB

 RED value IS 168 (66.02% from 255) = 38.27%

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

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

R = 38.27%
G = 15.03%
B = 46.7%

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

#A842CD (or 0xA842CD) is known color: Dark Orchid. HEX triplet: A8, 42 and CD. RGB value is (168,66,205). Sum of RGB (Red+Green+Blue) = 168+66+205=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A842CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842CD is #57BD32. Grayscale: #6F6F6F. Windows color (decimal): -5750067 or 13451944. OLE color: 13451944.

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

Color convert

RGB 168 66 205 -
CMYK 0.18 0.68 0 0.20
HSL 284.03º 0.58% 0.53% -
HSV(B) 284.03º 0.68% 0.8% -
XYZ 29.12 16.63 59.43 -
YUV 112.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 168 66 205 0.18 0.68 0 0.20 284.03 0.58 0.53
Hex A8 42 CD 12 44 0 14 11C 3A 35
Octal 250 102 315 22 104 0 24 434 72 65
Binary 10101000 1000010 11001101 10010 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A842CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842CD

Black with #A842CD

Text Example


Text Example

White with #A842CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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