Html Css Color HEX #A523DA Dark Orchid

📋 copy color: '#A523DA'

red 165 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #A523DA

Tints of Dark Orchid #A523DA

RGB

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

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

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

R = 39.47%
G = 8.37%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A523DA (or 0xA523DA) is known color: Dark Orchid. HEX triplet: A5, 23 and DA. RGB value is (165,35,218). Sum of RGB (Red+Green+Blue) = 165+35+218=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #A523DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523DA is #5ADC25. Grayscale: #5E5E5E. Windows color (decimal): -5954598 or 14295973. OLE color: 14295973.

HSL color Cylindrical-coordinate representation of color #A523DA: hue angle of 282.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A523DA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 35 218 -
CMYK 0.24 0.84 0 0.15
HSL 282.62º 0.72% 0.5% -
HSV(B) 282.62º 0.84% 0.85% -
XYZ 28.77 14.26 67.57 -
YUV 94.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 165 35 218 0.24 0.84 0 0.15 282.62 0.72 0.5
Hex A5 23 DA 18 54 0 F 11B 48 32
Octal 245 43 332 30 124 0 17 433 110 62
Binary 10100101 100011 11011010 11000 1010100 0 1111 100011011 1001000 110010

Color Harmonies of #A523DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523DA

Black with #A523DA

Text Example


Text Example

White with #A523DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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