Html Css Color HEX #A428BD Dark Orchid

📋 copy color: '#A428BD'

red 164 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A428BD

Tints of Dark Orchid #A428BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 41.73%
G = 10.18%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A428BD (or 0xA428BD) is known color: Dark Orchid. HEX triplet: A4, 28 and BD. RGB value is (164,40,189). Sum of RGB (Red+Green+Blue) = 164+40+189=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #A428BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428BD is #5BD742. Grayscale: #5D5D5D. Windows color (decimal): -6018883 or 12396708. OLE color: 12396708.

HSL color Cylindrical-coordinate representation of color #A428BD: hue angle of 289.93º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A428BD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 40 189 -
CMYK 0.13 0.79 0 0.26
HSL 289.93º 0.65% 0.45% -
HSV(B) 289.93º 0.79% 0.74% -
XYZ 25.25 13.08 49.34 -
YUV 94.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 164 40 189 0.13 0.79 0 0.26 289.93 0.65 0.45
Hex A4 28 BD D 4F 0 1A 122 41 2D
Octal 244 50 275 15 117 0 32 442 101 55
Binary 10100100 101000 10111101 1101 1001111 0 11010 100100010 1000001 101101

Color Harmonies of #A428BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428BD

Black with #A428BD

Text Example


Text Example

White with #A428BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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