Html Css Color HEX #A526AE Dark Orchid

📋 copy color: '#A526AE'

red 165 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #A526AE

Tints of Dark Orchid #A526AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 43.77%
G = 10.08%
B = 46.15%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A526AE (or 0xA526AE) is known color: Dark Orchid. HEX triplet: A5, 26 and AE. RGB value is (165,38,174). Sum of RGB (Red+Green+Blue) = 165+38+174=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A526AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AE is #5AD951. Grayscale: #5B5B5B. Windows color (decimal): -5953874 or 11413157. OLE color: 11413157.

HSL color Cylindrical-coordinate representation of color #A526AE: hue angle of 296.03º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A526AE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 38 174 -
CMYK 0.05 0.78 0 0.32
HSL 296.03º 0.64% 0.42% -
HSV(B) 296.03º 0.78% 0.68% -
XYZ 23.85 12.44 41.19 -
YUV 91.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 165 38 174 0.05 0.78 0 0.32 296.03 0.64 0.42
Hex A5 26 AE 5 4E 0 20 128 40 2A
Octal 245 46 256 5 116 0 40 450 100 52
Binary 10100101 100110 10101110 101 1001110 0 100000 100101000 1000000 101010

Color Harmonies of #A526AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526AE

Black with #A526AE

Text Example


Text Example

White with #A526AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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