Html Css Color HEX #A424DA Dark Orchid

📋 copy color: '#A424DA'

red 164 ◦ green 36 ◦ blue 218

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

Shades of Dark Orchid #A424DA

Tints of Dark Orchid #A424DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 39.23%
G = 8.61%
B = 52.15%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A424DA (or 0xA424DA) is known color: Dark Orchid. HEX triplet: A4, 24 and DA. RGB value is (164,36,218). Sum of RGB (Red+Green+Blue) = 164+36+218=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #A424DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424DA is #5BDB25. Grayscale: #5E5E5E. Windows color (decimal): -6019878 or 14296228. OLE color: 14296228.

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

Color convert

RGB 164 36 218 -
CMYK 0.25 0.83 0 0.15
HSL 282.2º 0.72% 0.5% -
HSV(B) 282.2º 0.83% 0.85% -
XYZ 28.6 14.22 67.57 -
YUV 95.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 164 36 218 0.25 0.83 0 0.15 282.2 0.72 0.5
Hex A4 24 DA 19 53 0 F 11A 48 32
Octal 244 44 332 31 123 0 17 432 110 62
Binary 10100100 100100 11011010 11001 1010011 0 1111 100011010 1001000 110010

Color Harmonies of #A424DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424DA

Black with #A424DA

Text Example


Text Example

White with #A424DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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