Html Css Color HEX #A42ADA Dark Orchid

📋 copy color: '#A42ADA'

red 164 ◦ green 42 ◦ blue 218

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

Shades of Dark Orchid #A42ADA

Tints of Dark Orchid #A42ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 38.68%
G = 9.91%
B = 51.42%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A42ADA (or 0xA42ADA) is known color: Dark Orchid. HEX triplet: A4, 2A and DA. RGB value is (164,42,218). Sum of RGB (Red+Green+Blue) = 164+42+218=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #A42ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADA is #5BD525. Grayscale: #616161. Windows color (decimal): -6018342 or 14297764. OLE color: 14297764.

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

Color convert

RGB 164 42 218 -
CMYK 0.25 0.81 0 0.15
HSL 281.59º 0.7% 0.51% -
HSV(B) 281.59º 0.81% 0.85% -
XYZ 28.79 14.61 67.63 -
YUV 98.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 164 42 218 0.25 0.81 0 0.15 281.59 0.7 0.51
Hex A4 2A DA 19 51 0 F 11A 46 33
Octal 244 52 332 31 121 0 17 432 106 63
Binary 10100100 101010 11011010 11001 1010001 0 1111 100011010 1000110 110011

Color Harmonies of #A42ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ADA

Black with #A42ADA

Text Example


Text Example

White with #A42ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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