Html Css Color HEX #A42DAB Dark Orchid

📋 copy color: '#A42DAB'

red 164 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #A42DAB

Tints of Dark Orchid #A42DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 43.16%
G = 11.84%
B = 45%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42DAB (or 0xA42DAB) is known color: Dark Orchid. HEX triplet: A4, 2D and AB. RGB value is (164,45,171). Sum of RGB (Red+Green+Blue) = 164+45+171=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A42DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42DAB is #5BD254. Grayscale: #5E5E5E. Windows color (decimal): -6017621 or 11218340. OLE color: 11218340.

HSL color Cylindrical-coordinate representation of color #A42DAB: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42DAB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 45 171 -
CMYK 0.04 0.74 0 0.33
HSL 296.67º 0.58% 0.42% -
HSV(B) 296.67º 0.74% 0.67% -
XYZ 23.6 12.71 39.74 -
YUV 94.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 164 45 171 0.04 0.74 0 0.33 296.67 0.58 0.42
Hex A4 2D AB 4 4A 0 21 129 3A 2A
Octal 244 55 253 4 112 0 41 451 72 52
Binary 10100100 101101 10101011 100 1001010 0 100001 100101001 111010 101010

Color Harmonies of #A42DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42DAB

Black with #A42DAB

Text Example


Text Example

White with #A42DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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