Html Css Color HEX #A426DF Dark Orchid

📋 copy color: '#A426DF'

red 164 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #A426DF

Tints of Dark Orchid #A426DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 38.59%
G = 8.94%
B = 52.47%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A426DF (or 0xA426DF) is known color: Dark Orchid. HEX triplet: A4, 26 and DF. RGB value is (164,38,223). Sum of RGB (Red+Green+Blue) = 164+38+223=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A426DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426DF is #5BD920. Grayscale: #606060. Windows color (decimal): -6019361 or 14624420. OLE color: 14624420.

HSL color Cylindrical-coordinate representation of color #A426DF: hue angle of 280.86º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A426DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 38 223 -
CMYK 0.26 0.83 0 0.13
HSL 280.86º 0.74% 0.51% -
HSV(B) 280.86º 0.83% 0.87% -
XYZ 29.32 14.61 71.09 -
YUV 96.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 164 38 223 0.26 0.83 0 0.13 280.86 0.74 0.51
Hex A4 26 DF 1A 53 0 D 119 4A 33
Octal 244 46 337 32 123 0 15 431 112 63
Binary 10100100 100110 11011111 11010 1010011 0 1101 100011001 1001010 110011

Color Harmonies of #A426DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426DF

Black with #A426DF

Text Example


Text Example

White with #A426DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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