Html Css Color HEX #A526D1 Dark Orchid

📋 copy color: '#A526D1'

red 165 ◦ green 38 ◦ blue 209

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

Shades of Dark Orchid #A526D1

Tints of Dark Orchid #A526D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 40.05%
G = 9.22%
B = 50.73%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A526D1 (or 0xA526D1) is known color: Dark Orchid. HEX triplet: A5, 26 and D1. RGB value is (165,38,209). Sum of RGB (Red+Green+Blue) = 165+38+209=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #A526D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526D1 is #5AD92E. Grayscale: #5E5E5E. Windows color (decimal): -5953839 or 13706917. OLE color: 13706917.

HSL color Cylindrical-coordinate representation of color #A526D1: hue angle of 284.56º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A526D1 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 38 209 -
CMYK 0.21 0.82 0 0.18
HSL 284.56º 0.69% 0.48% -
HSV(B) 284.56º 0.82% 0.82% -
XYZ 27.72 13.99 61.56 -
YUV 95.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 165 38 209 0.21 0.82 0 0.18 284.56 0.69 0.48
Hex A5 26 D1 15 52 0 12 11D 45 30
Octal 245 46 321 25 122 0 22 435 105 60
Binary 10100101 100110 11010001 10101 1010010 0 10010 100011101 1000101 110000

Color Harmonies of #A526D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526D1

Black with #A526D1

Text Example


Text Example

White with #A526D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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