Html Css Color HEX #A524BE Dark Orchid

📋 copy color: '#A524BE'

red 165 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A524BE

Tints of Dark Orchid #A524BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 42.2%
G = 9.21%
B = 48.59%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A524BE (or 0xA524BE) is known color: Dark Orchid. HEX triplet: A5, 24 and BE. RGB value is (165,36,190). Sum of RGB (Red+Green+Blue) = 165+36+190=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A524BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524BE is #5ADB41. Grayscale: #5B5B5B. Windows color (decimal): -5954370 or 12461221. OLE color: 12461221.

HSL color Cylindrical-coordinate representation of color #A524BE: hue angle of 290.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A524BE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 36 190 -
CMYK 0.13 0.81 0 0.25
HSL 290.26º 0.68% 0.44% -
HSV(B) 290.26º 0.81% 0.75% -
XYZ 25.44 12.98 49.88 -
YUV 92.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 165 36 190 0.13 0.81 0 0.25 290.26 0.68 0.44
Hex A5 24 BE D 51 0 19 122 44 2C
Octal 245 44 276 15 121 0 31 442 104 54
Binary 10100101 100100 10111110 1101 1010001 0 11001 100100010 1000100 101100

Color Harmonies of #A524BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524BE

Black with #A524BE

Text Example


Text Example

White with #A524BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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