Html Css Color HEX #A424AB Dark Orchid

📋 copy color: '#A424AB'

red 164 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #A424AB

Tints of Dark Orchid #A424AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.7%

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

R = 44.2%
G = 9.7%
B = 46.09%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A424AB (or 0xA424AB) is known color: Dark Orchid. HEX triplet: A4, 24 and AB. RGB value is (164,36,171). Sum of RGB (Red+Green+Blue) = 164+36+171=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #A424AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424AB is #5BDB54. Grayscale: #595959. Windows color (decimal): -6019925 or 11216036. OLE color: 11216036.

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

Color convert

RGB 164 36 171 -
CMYK 0.04 0.79 0 0.33
HSL 296.89º 0.65% 0.41% -
HSV(B) 296.89º 0.79% 0.67% -
XYZ 23.29 12.09 39.63 -
YUV 89.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 164 36 171 0.04 0.79 0 0.33 296.89 0.65 0.41
Hex A4 24 AB 4 4F 0 21 129 41 29
Octal 244 44 253 4 117 0 41 451 101 51
Binary 10100100 100100 10101011 100 1001111 0 100001 100101001 1000001 101001

Color Harmonies of #A424AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424AB

Black with #A424AB

Text Example


Text Example

White with #A424AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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