Html Css Color HEX #A428C0 Dark Orchid

📋 copy color: '#A428C0'

red 164 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #A428C0

Tints of Dark Orchid #A428C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 41.41%
G = 10.1%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A428C0 (or 0xA428C0) is known color: Dark Orchid. HEX triplet: A4, 28 and C0. RGB value is (164,40,192). Sum of RGB (Red+Green+Blue) = 164+40+192=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #A428C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428C0 is #5BD73F. Grayscale: #5D5D5D. Windows color (decimal): -6018880 or 12593316. OLE color: 12593316.

HSL color Cylindrical-coordinate representation of color #A428C0: hue angle of 288.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A428C0 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 40 192 -
CMYK 0.15 0.79 0 0.25
HSL 288.95º 0.66% 0.45% -
HSV(B) 288.95º 0.79% 0.75% -
XYZ 25.58 13.22 51.07 -
YUV 94.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 164 40 192 0.15 0.79 0 0.25 288.95 0.66 0.45
Hex A4 28 C0 F 4F 0 19 121 42 2D
Octal 244 50 300 17 117 0 31 441 102 55
Binary 10100100 101000 11000000 1111 1001111 0 11001 100100001 1000010 101101

Color Harmonies of #A428C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428C0

Black with #A428C0

Text Example


Text Example

White with #A428C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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