Html Css Color HEX #A42DDB Dark Orchid

📋 copy color: '#A42DDB'

red 164 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #A42DDB

Tints of Dark Orchid #A42DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

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

R = 38.32%
G = 10.51%
B = 51.17%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A42DDB (or 0xA42DDB) is known color: Dark Orchid. HEX triplet: A4, 2D and DB. RGB value is (164,45,219). Sum of RGB (Red+Green+Blue) = 164+45+219=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A42DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DDB is #5BD224. Grayscale: #636363. Windows color (decimal): -6017573 or 14364068. OLE color: 14364068.

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

Color convert

RGB 164 45 219 -
CMYK 0.25 0.79 0 0.14
HSL 281.03º 0.71% 0.52% -
HSV(B) 281.03º 0.79% 0.86% -
XYZ 29.03 14.88 68.36 -
YUV 100.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 164 45 219 0.25 0.79 0 0.14 281.03 0.71 0.52
Hex A4 2D DB 19 4F 0 E 119 47 34
Octal 244 55 333 31 117 0 16 431 107 64
Binary 10100100 101101 11011011 11001 1001111 0 1110 100011001 1000111 110100

Color Harmonies of #A42DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42DDB

Black with #A42DDB

Text Example


Text Example

White with #A42DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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