Html Css Color HEX #A526B9 Dark Orchid

📋 copy color: '#A526B9'

red 165 ◦ green 38 ◦ blue 185

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

Shades of Dark Orchid #A526B9

Tints of Dark Orchid #A526B9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 42.53%
G = 9.79%
B = 47.68%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A526B9 (or 0xA526B9) is known color: Dark Orchid. HEX triplet: A5, 26 and B9. RGB value is (165,38,185). Sum of RGB (Red+Green+Blue) = 165+38+185=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #A526B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526B9 is #5AD946. Grayscale: #5C5C5C. Windows color (decimal): -5953863 or 12134053. OLE color: 12134053.

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

Color convert

RGB 165 38 185 -
CMYK 0.11 0.79 0 0.27
HSL 291.84º 0.66% 0.44% -
HSV(B) 291.84º 0.79% 0.73% -
XYZ 24.97 12.89 47.07 -
YUV 92.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 165 38 185 0.11 0.79 0 0.27 291.84 0.66 0.44
Hex A5 26 B9 B 4F 0 1B 124 42 2C
Octal 245 46 271 13 117 0 33 444 102 54
Binary 10100101 100110 10111001 1011 1001111 0 11011 100100100 1000010 101100

Color Harmonies of #A526B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526B9

Black with #A526B9

Text Example


Text Example

White with #A526B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526B9; }

 p { color: rgb(165,38,185); }

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

background-color css

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

 a { background-color: rgb(165,38,185); }

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

border-color css

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

 span { border-color: rgb(165,38,185); }

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