Html Css Color HEX #A424DF Dark Orchid

📋 copy color: '#A424DF'

red 164 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #A424DF

Tints of Dark Orchid #A424DF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

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

R = 38.77%
G = 8.51%
B = 52.72%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A424DF (or 0xA424DF) is known color: Dark Orchid. HEX triplet: A4, 24 and DF. RGB value is (164,36,223). Sum of RGB (Red+Green+Blue) = 164+36+223=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A424DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424DF is #5BDB20. Grayscale: #5E5E5E. Windows color (decimal): -6019873 or 14623908. OLE color: 14623908.

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

Color convert

RGB 164 36 223 -
CMYK 0.26 0.84 0 0.13
HSL 281.07º 0.75% 0.51% -
HSV(B) 281.07º 0.84% 0.87% -
XYZ 29.26 14.48 71.07 -
YUV 95.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 164 36 223 0.26 0.84 0 0.13 281.07 0.75 0.51
Hex A4 24 DF 1A 54 0 D 119 4B 33
Octal 244 44 337 32 124 0 15 431 113 63
Binary 10100100 100100 11011111 11010 1010100 0 1101 100011001 1001011 110011

Color Harmonies of #A424DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424DF

Black with #A424DF

Text Example


Text Example

White with #A424DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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