Html Css Color HEX #A526AB Dark Orchid

📋 copy color: '#A526AB'

red 165 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #A526AB

Tints of Dark Orchid #A526AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 44.12%
G = 10.16%
B = 45.72%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A526AB (or 0xA526AB) is known color: Dark Orchid. HEX triplet: A5, 26 and AB. RGB value is (165,38,171). Sum of RGB (Red+Green+Blue) = 165+38+171=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A526AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AB is #5AD954. Grayscale: #5A5A5A. Windows color (decimal): -5953877 or 11216549. OLE color: 11216549.

HSL color Cylindrical-coordinate representation of color #A526AB: hue angle of 297.29º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A526AB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 38 171 -
CMYK 0.04 0.78 0 0.33
HSL 297.29º 0.64% 0.41% -
HSV(B) 297.29º 0.78% 0.67% -
XYZ 23.56 12.33 39.67 -
YUV 91.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 165 38 171 0.04 0.78 0 0.33 297.29 0.64 0.41
Hex A5 26 AB 4 4E 0 21 129 40 29
Octal 245 46 253 4 116 0 41 451 100 51
Binary 10100101 100110 10101011 100 1001110 0 100001 100101001 1000000 101001

Color Harmonies of #A526AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526AB

Black with #A526AB

Text Example


Text Example

White with #A526AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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