Html Css Color HEX #A526BA Dark Orchid

📋 copy color: '#A526BA'

red 165 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A526BA

Tints of Dark Orchid #A526BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 42.42%
G = 9.77%
B = 47.81%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A526BA (or 0xA526BA) is known color: Dark Orchid. HEX triplet: A5, 26 and BA. RGB value is (165,38,186). Sum of RGB (Red+Green+Blue) = 165+38+186=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #A526BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526BA is #5AD945. Grayscale: #5C5C5C. Windows color (decimal): -5953862 or 12199589. OLE color: 12199589.

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

Color convert

RGB 165 38 186 -
CMYK 0.11 0.80 0 0.27
HSL 291.49º 0.66% 0.44% -
HSV(B) 291.49º 0.8% 0.73% -
XYZ 25.07 12.93 47.63 -
YUV 92.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 165 38 186 0.11 0.80 0 0.27 291.49 0.66 0.44
Hex A5 26 BA B 50 0 1B 123 42 2C
Octal 245 46 272 13 120 0 33 443 102 54
Binary 10100101 100110 10111010 1011 1010000 0 11011 100100011 1000010 101100

Color Harmonies of #A526BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526BA

Black with #A526BA

Text Example


Text Example

White with #A526BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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