Html Css Color HEX #A524CF Dark Orchid

📋 copy color: '#A524CF'

red 165 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #A524CF

Tints of Dark Orchid #A524CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 40.44%
G = 8.82%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A524CF (or 0xA524CF) is known color: Dark Orchid. HEX triplet: A5, 24 and CF. RGB value is (165,36,207). Sum of RGB (Red+Green+Blue) = 165+36+207=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A524CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524CF is #5ADB30. Grayscale: #5D5D5D. Windows color (decimal): -5954353 or 13575333. OLE color: 13575333.

HSL color Cylindrical-coordinate representation of color #A524CF: hue angle of 285.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A524CF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 36 207 -
CMYK 0.20 0.83 0 0.19
HSL 285.26º 0.7% 0.48% -
HSV(B) 285.26º 0.83% 0.81% -
XYZ 27.41 13.77 60.24 -
YUV 94.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 165 36 207 0.20 0.83 0 0.19 285.26 0.7 0.48
Hex A5 24 CF 14 53 0 13 11D 46 30
Octal 245 44 317 24 123 0 23 435 106 60
Binary 10100101 100100 11001111 10100 1010011 0 10011 100011101 1000110 110000

Color Harmonies of #A524CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524CF

Black with #A524CF

Text Example


Text Example

White with #A524CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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