Html Css Color HEX #A426DC Dark Orchid

📋 copy color: '#A426DC'

red 164 ◦ green 38 ◦ blue 220

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

Shades of Dark Orchid #A426DC

Tints of Dark Orchid #A426DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 38.86%
G = 9%
B = 52.13%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A426DC (or 0xA426DC) is known color: Dark Orchid. HEX triplet: A4, 26 and DC. RGB value is (164,38,220). Sum of RGB (Red+Green+Blue) = 164+38+220=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A426DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426DC is #5BD923. Grayscale: #5F5F5F. Windows color (decimal): -6019364 or 14427812. OLE color: 14427812.

HSL color Cylindrical-coordinate representation of color #A426DC: hue angle of 281.54º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A426DC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 38 220 -
CMYK 0.25 0.83 0 0.14
HSL 281.54º 0.72% 0.51% -
HSV(B) 281.54º 0.83% 0.86% -
XYZ 28.92 14.45 68.97 -
YUV 96.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 164 38 220 0.25 0.83 0 0.14 281.54 0.72 0.51
Hex A4 26 DC 19 53 0 E 11A 48 33
Octal 244 46 334 31 123 0 16 432 110 63
Binary 10100100 100110 11011100 11001 1010011 0 1110 100011010 1001000 110011

Color Harmonies of #A426DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426DC

Black with #A426DC

Text Example


Text Example

White with #A426DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426DC; }

 p { color: rgb(164,38,220); }

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

background-color css

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

 a { background-color: rgb(164,38,220); }

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

border-color css

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

 span { border-color: rgb(164,38,220); }

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