Html Css Color HEX #A523E0 Dark Orchid

📋 copy color: '#A523E0'

red 165 ◦ green 35 ◦ blue 224

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

Shades of Dark Orchid #A523E0

Tints of Dark Orchid #A523E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 38.92%
G = 8.25%
B = 52.83%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A523E0 (or 0xA523E0) is known color: Dark Orchid. HEX triplet: A5, 23 and E0. RGB value is (165,35,224). Sum of RGB (Red+Green+Blue) = 165+35+224=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #A523E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523E0 is #5ADC1F. Grayscale: #5E5E5E. Windows color (decimal): -5954592 or 14689189. OLE color: 14689189.

HSL color Cylindrical-coordinate representation of color #A523E0: hue angle of 281.27º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A523E0 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 35 224 -
CMYK 0.26 0.84 0 0.12
HSL 281.27º 0.75% 0.51% -
HSV(B) 281.27º 0.84% 0.88% -
XYZ 29.57 14.58 71.78 -
YUV 95.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 165 35 224 0.26 0.84 0 0.12 281.27 0.75 0.51
Hex A5 23 E0 1A 54 0 C 119 4B 33
Octal 245 43 340 32 124 0 14 431 113 63
Binary 10100101 100011 11100000 11010 1010100 0 1100 100011001 1001011 110011

Color Harmonies of #A523E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523E0

Black with #A523E0

Text Example


Text Example

White with #A523E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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