Html Css Color HEX #A428BC Dark Orchid

📋 copy color: '#A428BC'

red 164 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A428BC

Tints of Dark Orchid #A428BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 41.84%
G = 10.2%
B = 47.96%

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

#A428BC (or 0xA428BC) is known color: Dark Orchid. HEX triplet: A4, 28 and BC. RGB value is (164,40,188). Sum of RGB (Red+Green+Blue) = 164+40+188=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A428BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428BC is #5BD743. Grayscale: #5D5D5D. Windows color (decimal): -6018884 or 12331172. OLE color: 12331172.

HSL color Cylindrical-coordinate representation of color #A428BC: hue angle of 290.27º 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 #A428BC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 40 188 -
CMYK 0.13 0.79 0 0.26
HSL 290.27º 0.65% 0.45% -
HSV(B) 290.27º 0.79% 0.74% -
XYZ 25.15 13.04 48.77 -
YUV 93.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 164 40 188 0.13 0.79 0 0.26 290.27 0.65 0.45
Hex A4 28 BC D 4F 0 1A 122 41 2D
Octal 244 50 274 15 117 0 32 442 101 55
Binary 10100100 101000 10111100 1101 1001111 0 11010 100100010 1000001 101101

Color Harmonies of #A428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428BC

Black with #A428BC

Text Example


Text Example

White with #A428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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