Html Css Color HEX #A428CA Dark Orchid

📋 copy color: '#A428CA'

red 164 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #A428CA

Tints of Dark Orchid #A428CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 40.39%
G = 9.85%
B = 49.75%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A428CA (or 0xA428CA) is known color: Dark Orchid. HEX triplet: A4, 28 and CA. RGB value is (164,40,202). Sum of RGB (Red+Green+Blue) = 164+40+202=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A428CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428CA is #5BD735. Grayscale: #5F5F5F. Windows color (decimal): -6018870 or 13248676. OLE color: 13248676.

HSL color Cylindrical-coordinate representation of color #A428CA: hue angle of 285.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A428CA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 40 202 -
CMYK 0.19 0.80 0 0.21
HSL 285.93º 0.67% 0.47% -
HSV(B) 285.93º 0.8% 0.79% -
XYZ 26.73 13.67 57.11 -
YUV 95.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 164 40 202 0.19 0.80 0 0.21 285.93 0.67 0.47
Hex A4 28 CA 13 50 0 15 11E 43 2F
Octal 244 50 312 23 120 0 25 436 103 57
Binary 10100100 101000 11001010 10011 1010000 0 10101 100011110 1000011 101111

Color Harmonies of #A428CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428CA

Black with #A428CA

Text Example


Text Example

White with #A428CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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