Html Css Color HEX #A042CD Dark Orchid

📋 copy color: '#A042CD'

red 160 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A042CD

Tints of Dark Orchid #A042CD

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

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

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

R = 37.12%
G = 15.31%
B = 47.56%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A042CD (or 0xA042CD) is known color: Dark Orchid. HEX triplet: A0, 42 and CD. RGB value is (160,66,205). Sum of RGB (Red+Green+Blue) = 160+66+205=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A042CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CD is #5FBD32. Grayscale: #6D6D6D. Windows color (decimal): -6274355 or 13451936. OLE color: 13451936.

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

Color convert

RGB 160 66 205 -
CMYK 0.22 0.68 0 0.20
HSL 280.58º 0.58% 0.53% -
HSV(B) 280.58º 0.68% 0.8% -
XYZ 27.46 15.78 59.36 -
YUV 109.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 160 66 205 0.22 0.68 0 0.20 280.58 0.58 0.53
Hex A0 42 CD 16 44 0 14 119 3A 35
Octal 240 102 315 26 104 0 24 431 72 65
Binary 10100000 1000010 11001101 10110 1000100 0 10100 100011001 111010 110101

Color Harmonies of #A042CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042CD

Black with #A042CD

Text Example


Text Example

White with #A042CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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