Html Css Color HEX #A526C9 Dark Orchid

📋 copy color: '#A526C9'

red 165 ◦ green 38 ◦ blue 201

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

Shades of Dark Orchid #A526C9

Tints of Dark Orchid #A526C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 40.84%
G = 9.41%
B = 49.75%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A526C9 (or 0xA526C9) is known color: Dark Orchid. HEX triplet: A5, 26 and C9. RGB value is (165,38,201). Sum of RGB (Red+Green+Blue) = 165+38+201=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #A526C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526C9 is #5AD936. Grayscale: #5E5E5E. Windows color (decimal): -5953847 or 13182629. OLE color: 13182629.

HSL color Cylindrical-coordinate representation of color #A526C9: hue angle of 286.75º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A526C9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 38 201 -
CMYK 0.18 0.81 0 0.21
HSL 286.75º 0.68% 0.47% -
HSV(B) 286.75º 0.81% 0.79% -
XYZ 26.75 13.6 56.47 -
YUV 94.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 165 38 201 0.18 0.81 0 0.21 286.75 0.68 0.47
Hex A5 26 C9 12 51 0 15 11F 44 2F
Octal 245 46 311 22 121 0 25 437 104 57
Binary 10100101 100110 11001001 10010 1010001 0 10101 100011111 1000100 101111

Color Harmonies of #A526C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526C9

Black with #A526C9

Text Example


Text Example

White with #A526C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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