Html Css Color HEX #A523BE Dark Orchid

📋 copy color: '#A523BE'

red 165 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #A523BE

Tints of Dark Orchid #A523BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 42.31%
G = 8.97%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A523BE (or 0xA523BE) is known color: Dark Orchid. HEX triplet: A5, 23 and BE. RGB value is (165,35,190). Sum of RGB (Red+Green+Blue) = 165+35+190=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #A523BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523BE is #5ADC41. Grayscale: #5B5B5B. Windows color (decimal): -5954626 or 12460965. OLE color: 12460965.

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

Color convert

RGB 165 35 190 -
CMYK 0.13 0.82 0 0.25
HSL 290.32º 0.69% 0.44% -
HSV(B) 290.32º 0.82% 0.75% -
XYZ 25.41 12.92 49.87 -
YUV 91.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 165 35 190 0.13 0.82 0 0.25 290.32 0.69 0.44
Hex A5 23 BE D 52 0 19 122 45 2C
Octal 245 43 276 15 122 0 31 442 105 54
Binary 10100101 100011 10111110 1101 1010010 0 11001 100100010 1000101 101100

Color Harmonies of #A523BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523BE

Black with #A523BE

Text Example


Text Example

White with #A523BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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