Html Css Color HEX #A524DA Dark Orchid

📋 copy color: '#A524DA'

red 165 ◦ green 36 ◦ blue 218

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

Shades of Dark Orchid #A524DA

Tints of Dark Orchid #A524DA

RGB

 RED value IS 165 (64.84% from 255) = 39.38%

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

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

R = 39.38%
G = 8.59%
B = 52.03%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A524DA (or 0xA524DA) is known color: Dark Orchid. HEX triplet: A5, 24 and DA. RGB value is (165,36,218). Sum of RGB (Red+Green+Blue) = 165+36+218=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A524DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524DA is #5ADB25. Grayscale: #5E5E5E. Windows color (decimal): -5954342 or 14296229. OLE color: 14296229.

HSL color Cylindrical-coordinate representation of color #A524DA: hue angle of 282.53º 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 #A524DA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 36 218 -
CMYK 0.24 0.83 0 0.15
HSL 282.53º 0.72% 0.5% -
HSV(B) 282.53º 0.83% 0.85% -
XYZ 28.8 14.32 67.58 -
YUV 95.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 165 36 218 0.24 0.83 0 0.15 282.53 0.72 0.5
Hex A5 24 DA 18 53 0 F 11B 48 32
Octal 245 44 332 30 123 0 17 433 110 62
Binary 10100101 100100 11011010 11000 1010011 0 1111 100011011 1001000 110010

Color Harmonies of #A524DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524DA

Black with #A524DA

Text Example


Text Example

White with #A524DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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