Html Css Color HEX #A523BB Dark Orchid

📋 copy color: '#A523BB'

red 165 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #A523BB

Tints of Dark Orchid #A523BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 42.64%
G = 9.04%
B = 48.32%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A523BB (or 0xA523BB) is known color: Dark Orchid. HEX triplet: A5, 23 and BB. RGB value is (165,35,187). Sum of RGB (Red+Green+Blue) = 165+35+187=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A523BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523BB is #5ADC44. Grayscale: #5A5A5A. Windows color (decimal): -5954629 or 12264357. OLE color: 12264357.

HSL color Cylindrical-coordinate representation of color #A523BB: hue angle of 291.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A523BB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 35 187 -
CMYK 0.12 0.81 0 0.27
HSL 291.32º 0.68% 0.44% -
HSV(B) 291.32º 0.81% 0.73% -
XYZ 25.09 12.79 48.16 -
YUV 91.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 165 35 187 0.12 0.81 0 0.27 291.32 0.68 0.44
Hex A5 23 BB C 51 0 1B 123 44 2C
Octal 245 43 273 14 121 0 33 443 104 54
Binary 10100101 100011 10111011 1100 1010001 0 11011 100100011 1000100 101100

Color Harmonies of #A523BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523BB

Black with #A523BB

Text Example


Text Example

White with #A523BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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