Html Css Color HEX #A42BAB Dark Orchid

📋 copy color: '#A42BAB'

red 164 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A42BAB

Tints of Dark Orchid #A42BAB

RGB

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

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

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

R = 43.39%
G = 11.38%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42BAB (or 0xA42BAB) is known color: Dark Orchid. HEX triplet: A4, 2B and AB. RGB value is (164,43,171). Sum of RGB (Red+Green+Blue) = 164+43+171=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A42BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BAB is #5BD454. Grayscale: #5D5D5D. Windows color (decimal): -6018133 or 11217828. OLE color: 11217828.

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

Color convert

RGB 164 43 171 -
CMYK 0.04 0.75 0 0.33
HSL 296.72º 0.6% 0.42% -
HSV(B) 296.72º 0.75% 0.67% -
XYZ 23.52 12.56 39.71 -
YUV 93.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 164 43 171 0.04 0.75 0 0.33 296.72 0.6 0.42
Hex A4 2B AB 4 4B 0 21 129 3C 2A
Octal 244 53 253 4 113 0 41 451 74 52
Binary 10100100 101011 10101011 100 1001011 0 100001 100101001 111100 101010

Color Harmonies of #A42BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BAB

Black with #A42BAB

Text Example


Text Example

White with #A42BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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