Html Css Color HEX #A523C5 Dark Orchid

📋 copy color: '#A523C5'

red 165 ◦ green 35 ◦ blue 197

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

Shades of Dark Orchid #A523C5

Tints of Dark Orchid #A523C5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.82%

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 41.56%
G = 8.82%
B = 49.62%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A523C5 (or 0xA523C5) is known color: Dark Orchid. HEX triplet: A5, 23 and C5. RGB value is (165,35,197). Sum of RGB (Red+Green+Blue) = 165+35+197=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #A523C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523C5 is #5ADC3A. Grayscale: #5B5B5B. Windows color (decimal): -5954619 or 12919717. OLE color: 12919717.

HSL color Cylindrical-coordinate representation of color #A523C5: hue angle of 288.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A523C5 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 35 197 -
CMYK 0.16 0.82 0 0.23
HSL 288.15º 0.7% 0.45% -
HSV(B) 288.15º 0.82% 0.77% -
XYZ 26.2 13.23 54 -
YUV 92.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 165 35 197 0.16 0.82 0 0.23 288.15 0.7 0.45
Hex A5 23 C5 10 52 0 17 120 46 2D
Octal 245 43 305 20 122 0 27 440 106 55
Binary 10100101 100011 11000101 10000 1010010 0 10111 100100000 1000110 101101

Color Harmonies of #A523C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523C5

Black with #A523C5

Text Example


Text Example

White with #A523C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523C5; }

 p { color: rgb(165,35,197); }

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

background-color css

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

 a { background-color: rgb(165,35,197); }

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

border-color css

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

 span { border-color: rgb(165,35,197); }

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