Html Css Color HEX #A42BDB Dark Orchid

📋 copy color: '#A42BDB'

red 164 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A42BDB

Tints of Dark Orchid #A42BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.09%

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

R = 38.5%
G = 10.09%
B = 51.41%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A42BDB (or 0xA42BDB) is known color: Dark Orchid. HEX triplet: A4, 2B and DB. RGB value is (164,43,219). Sum of RGB (Red+Green+Blue) = 164+43+219=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A42BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BDB is #5BD424. Grayscale: #626262. Windows color (decimal): -6018085 or 14363556. OLE color: 14363556.

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

Color convert

RGB 164 43 219 -
CMYK 0.25 0.80 0 0.14
HSL 281.25º 0.71% 0.51% -
HSV(B) 281.25º 0.8% 0.86% -
XYZ 28.96 14.73 68.34 -
YUV 99.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 164 43 219 0.25 0.80 0 0.14 281.25 0.71 0.51
Hex A4 2B DB 19 50 0 E 119 47 33
Octal 244 53 333 31 120 0 16 431 107 63
Binary 10100100 101011 11011011 11001 1010000 0 1110 100011001 1000111 110011

Color Harmonies of #A42BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BDB

Black with #A42BDB

Text Example


Text Example

White with #A42BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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