Html Css Color HEX #A42ADB Dark Orchid

📋 copy color: '#A42ADB'

red 164 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #A42ADB

Tints of Dark Orchid #A42ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 38.59%
G = 9.88%
B = 51.53%

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

#A42ADB (or 0xA42ADB) is known color: Dark Orchid. HEX triplet: A4, 2A and DB. RGB value is (164,42,219). Sum of RGB (Red+Green+Blue) = 164+42+219=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A42ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ADB is #5BD524. Grayscale: #626262. Windows color (decimal): -6018341 or 14363300. OLE color: 14363300.

HSL color Cylindrical-coordinate representation of color #A42ADB: hue angle of 281.36º degrees, saturation: 0.71, 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 #A42ADB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 42 219 -
CMYK 0.25 0.81 0 0.14
HSL 281.36º 0.71% 0.51% -
HSV(B) 281.36º 0.81% 0.86% -
XYZ 28.92 14.66 68.32 -
YUV 98.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 164 42 219 0.25 0.81 0 0.14 281.36 0.71 0.51
Hex A4 2A DB 19 51 0 E 119 47 33
Octal 244 52 333 31 121 0 16 431 107 63
Binary 10100100 101010 11011011 11001 1010001 0 1110 100011001 1000111 110011

Color Harmonies of #A42ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ADB

Black with #A42ADB

Text Example


Text Example

White with #A42ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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