Html Css Color HEX #A526AA Dark Orchid

📋 copy color: '#A526AA'

red 165 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #A526AA

Tints of Dark Orchid #A526AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 44.24%
G = 10.19%
B = 45.58%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A526AA (or 0xA526AA) is known color: Dark Orchid. HEX triplet: A5, 26 and AA. RGB value is (165,38,170). Sum of RGB (Red+Green+Blue) = 165+38+170=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A526AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AA is #5AD955. Grayscale: #5A5A5A. Windows color (decimal): -5953878 or 11151013. OLE color: 11151013.

HSL color Cylindrical-coordinate representation of color #A526AA: hue angle of 297.73º degrees, saturation: 0.63, 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 #A526AA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 38 170 -
CMYK 0.03 0.78 0 0.33
HSL 297.73º 0.63% 0.41% -
HSV(B) 297.73º 0.78% 0.67% -
XYZ 23.47 12.29 39.17 -
YUV 91.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 165 38 170 0.03 0.78 0 0.33 297.73 0.63 0.41
Hex A5 26 AA 3 4E 0 21 12A 3F 29
Octal 245 46 252 3 116 0 41 452 77 51
Binary 10100101 100110 10101010 11 1001110 0 100001 100101010 111111 101001

Color Harmonies of #A526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526AA

Black with #A526AA

Text Example


Text Example

White with #A526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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