Html Css Color HEX #A428AB Dark Orchid

📋 copy color: '#A428AB'

red 164 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #A428AB

Tints of Dark Orchid #A428AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

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

R = 43.73%
G = 10.67%
B = 45.6%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A428AB (or 0xA428AB) is known color: Dark Orchid. HEX triplet: A4, 28 and AB. RGB value is (164,40,171). Sum of RGB (Red+Green+Blue) = 164+40+171=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A428AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428AB is #5BD754. Grayscale: #5B5B5B. Windows color (decimal): -6018901 or 11217060. OLE color: 11217060.

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

Color convert

RGB 164 40 171 -
CMYK 0.04 0.77 0 0.33
HSL 296.79º 0.62% 0.41% -
HSV(B) 296.79º 0.77% 0.67% -
XYZ 23.42 12.35 39.68 -
YUV 92.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 164 40 171 0.04 0.77 0 0.33 296.79 0.62 0.41
Hex A4 28 AB 4 4D 0 21 129 3E 29
Octal 244 50 253 4 115 0 41 451 76 51
Binary 10100100 101000 10101011 100 1001101 0 100001 100101001 111110 101001

Color Harmonies of #A428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428AB

Black with #A428AB

Text Example


Text Example

White with #A428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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