Html Css Color HEX #A42ADC Dark Orchid

📋 copy color: '#A42ADC'

red 164 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #A42ADC

Tints of Dark Orchid #A42ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 38.5%
G = 9.86%
B = 51.64%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A42ADC (or 0xA42ADC) is known color: Dark Orchid. HEX triplet: A4, 2A and DC. RGB value is (164,42,220). Sum of RGB (Red+Green+Blue) = 164+42+220=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A42ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADC is #5BD523. Grayscale: #626262. Windows color (decimal): -6018340 or 14428836. OLE color: 14428836.

HSL color Cylindrical-coordinate representation of color #A42ADC: hue angle of 281.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42ADC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 42 220 -
CMYK 0.25 0.81 0 0.14
HSL 281.12º 0.72% 0.51% -
HSV(B) 281.12º 0.81% 0.86% -
XYZ 29.06 14.72 69.02 -
YUV 98.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 164 42 220 0.25 0.81 0 0.14 281.12 0.72 0.51
Hex A4 2A DC 19 51 0 E 119 48 33
Octal 244 52 334 31 121 0 16 431 110 63
Binary 10100100 101010 11011100 11001 1010001 0 1110 100011001 1001000 110011

Color Harmonies of #A42ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ADC

Black with #A42ADC

Text Example


Text Example

White with #A42ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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