Html Css Color HEX #A524AE Dark Orchid

📋 copy color: '#A524AE'

red 165 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #A524AE

Tints of Dark Orchid #A524AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 44%
G = 9.6%
B = 46.4%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A524AE (or 0xA524AE) is known color: Dark Orchid. HEX triplet: A5, 24 and AE. RGB value is (165,36,174). Sum of RGB (Red+Green+Blue) = 165+36+174=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A524AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524AE is #5ADB51. Grayscale: #595959. Windows color (decimal): -5954386 or 11412645. OLE color: 11412645.

HSL color Cylindrical-coordinate representation of color #A524AE: hue angle of 296.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A524AE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 36 174 -
CMYK 0.05 0.79 0 0.32
HSL 296.09º 0.66% 0.41% -
HSV(B) 296.09º 0.79% 0.68% -
XYZ 23.79 12.32 41.17 -
YUV 90.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 165 36 174 0.05 0.79 0 0.32 296.09 0.66 0.41
Hex A5 24 AE 5 4F 0 20 128 42 29
Octal 245 44 256 5 117 0 40 450 102 51
Binary 10100101 100100 10101110 101 1001111 0 100000 100101000 1000010 101001

Color Harmonies of #A524AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524AE

Black with #A524AE

Text Example


Text Example

White with #A524AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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