Html Css Color HEX #A523C0 Dark Orchid

📋 copy color: '#A523C0'

red 165 ◦ green 35 ◦ blue 192

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

Shades of Dark Orchid #A523C0

Tints of Dark Orchid #A523C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 42.09%
G = 8.93%
B = 48.98%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A523C0 (or 0xA523C0) is known color: Dark Orchid. HEX triplet: A5, 23 and C0. RGB value is (165,35,192). Sum of RGB (Red+Green+Blue) = 165+35+192=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #A523C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523C0 is #5ADC3F. Grayscale: #5B5B5B. Windows color (decimal): -5954624 or 12592037. OLE color: 12592037.

HSL color Cylindrical-coordinate representation of color #A523C0: hue angle of 289.68º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A523C0 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 35 192 -
CMYK 0.14 0.82 0 0.25
HSL 289.68º 0.69% 0.45% -
HSV(B) 289.68º 0.82% 0.75% -
XYZ 25.63 13.01 51.03 -
YUV 91.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 165 35 192 0.14 0.82 0 0.25 289.68 0.69 0.45
Hex A5 23 C0 E 52 0 19 122 45 2D
Octal 245 43 300 16 122 0 31 442 105 55
Binary 10100101 100011 11000000 1110 1010010 0 11001 100100010 1000101 101101

Color Harmonies of #A523C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523C0

Black with #A523C0

Text Example


Text Example

White with #A523C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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