Html Css Color HEX #A523DE Dark Orchid

📋 copy color: '#A523DE'

red 165 ◦ green 35 ◦ blue 222

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

Shades of Dark Orchid #A523DE

Tints of Dark Orchid #A523DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 39.1%
G = 8.29%
B = 52.61%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A523DE (or 0xA523DE) is known color: Dark Orchid. HEX triplet: A5, 23 and DE. RGB value is (165,35,222). Sum of RGB (Red+Green+Blue) = 165+35+222=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #A523DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523DE is #5ADC21. Grayscale: #5E5E5E. Windows color (decimal): -5954594 or 14558117. OLE color: 14558117.

HSL color Cylindrical-coordinate representation of color #A523DE: hue angle of 281.71º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A523DE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 35 222 -
CMYK 0.26 0.84 0 0.13
HSL 281.71º 0.74% 0.5% -
HSV(B) 281.71º 0.84% 0.87% -
XYZ 29.3 14.48 70.36 -
YUV 95.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 165 35 222 0.26 0.84 0 0.13 281.71 0.74 0.5
Hex A5 23 DE 1A 54 0 D 11A 4A 32
Octal 245 43 336 32 124 0 15 432 112 62
Binary 10100101 100011 11011110 11010 1010100 0 1101 100011010 1001010 110010

Color Harmonies of #A523DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523DE

Black with #A523DE

Text Example


Text Example

White with #A523DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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