Html Css Color HEX #A424DE Dark Orchid

📋 copy color: '#A424DE'

red 164 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #A424DE

Tints of Dark Orchid #A424DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 38.86%
G = 8.53%
B = 52.61%

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

#A424DE (or 0xA424DE) is known color: Dark Orchid. HEX triplet: A4, 24 and DE. RGB value is (164,36,222). Sum of RGB (Red+Green+Blue) = 164+36+222=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #A424DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424DE is #5BDB21. Grayscale: #5E5E5E. Windows color (decimal): -6019874 or 14558372. OLE color: 14558372.

HSL color Cylindrical-coordinate representation of color #A424DE: hue angle of 281.29º degrees, saturation: 0.74, 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 #A424DE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 36 222 -
CMYK 0.26 0.84 0 0.13
HSL 281.29º 0.74% 0.51% -
HSV(B) 281.29º 0.84% 0.87% -
XYZ 29.13 14.43 70.36 -
YUV 95.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 164 36 222 0.26 0.84 0 0.13 281.29 0.74 0.51
Hex A4 24 DE 1A 54 0 D 119 4A 33
Octal 244 44 336 32 124 0 15 431 112 63
Binary 10100100 100100 11011110 11010 1010100 0 1101 100011001 1001010 110011

Color Harmonies of #A424DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424DE

Black with #A424DE

Text Example


Text Example

White with #A424DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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