Html Css Color HEX #A42ACD Dark Orchid

📋 copy color: '#A42ACD'

red 164 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A42ACD

Tints of Dark Orchid #A42ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 39.9%
G = 10.22%
B = 49.88%

CMYK

 C value IS 0.2

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A42ACD (or 0xA42ACD) is known color: Dark Orchid. HEX triplet: A4, 2A and CD. RGB value is (164,42,205). Sum of RGB (Red+Green+Blue) = 164+42+205=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #A42ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ACD is #5BD532. Grayscale: #606060. Windows color (decimal): -6018355 or 13445796. OLE color: 13445796.

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

Color convert

RGB 164 42 205 -
CMYK 0.2 0.80 0 0.20
HSL 284.91º 0.66% 0.48% -
HSV(B) 284.91º 0.8% 0.8% -
XYZ 27.16 13.96 59.02 -
YUV 97.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 164 42 205 0.2 0.80 0 0.20 284.91 0.66 0.48
Hex A4 2A CD 14 50 0 14 11D 42 30
Octal 244 52 315 24 120 0 24 435 102 60
Binary 10100100 101010 11001101 10100 1010000 0 10100 100011101 1000010 110000

Color Harmonies of #A42ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ACD

Black with #A42ACD

Text Example


Text Example

White with #A42ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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