Html Css Color HEX #A428B6 Dark Orchid

📋 copy color: '#A428B6'

red 164 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A428B6

Tints of Dark Orchid #A428B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 42.49%
G = 10.36%
B = 47.15%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A428B6 (or 0xA428B6) is known color: Dark Orchid. HEX triplet: A4, 28 and B6. RGB value is (164,40,182). Sum of RGB (Red+Green+Blue) = 164+40+182=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #A428B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428B6 is #5BD749. Grayscale: #5C5C5C. Windows color (decimal): -6018890 or 11937956. OLE color: 11937956.

HSL color Cylindrical-coordinate representation of color #A428B6: hue angle of 292.39º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A428B6 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 40 182 -
CMYK 0.10 0.78 0 0.29
HSL 292.39º 0.64% 0.44% -
HSV(B) 292.39º 0.78% 0.71% -
XYZ 24.51 12.79 45.43 -
YUV 93.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 164 40 182 0.10 0.78 0 0.29 292.39 0.64 0.44
Hex A4 28 B6 A 4E 0 1D 124 40 2C
Octal 244 50 266 12 116 0 35 444 100 54
Binary 10100100 101000 10110110 1010 1001110 0 11101 100100100 1000000 101100

Color Harmonies of #A428B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428B6

Black with #A428B6

Text Example


Text Example

White with #A428B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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