Html Css Color HEX #A526BE Dark Orchid

📋 copy color: '#A526BE'

red 165 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A526BE

Tints of Dark Orchid #A526BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 41.98%
G = 9.67%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A526BE (or 0xA526BE) is known color: Dark Orchid. HEX triplet: A5, 26 and BE. RGB value is (165,38,190). Sum of RGB (Red+Green+Blue) = 165+38+190=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #A526BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526BE is #5AD941. Grayscale: #5C5C5C. Windows color (decimal): -5953858 or 12461733. OLE color: 12461733.

HSL color Cylindrical-coordinate representation of color #A526BE: hue angle of 290.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A526BE is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 38 190 -
CMYK 0.13 0.8 0 0.25
HSL 290.13º 0.67% 0.45% -
HSV(B) 290.13º 0.8% 0.75% -
XYZ 25.5 13.1 49.9 -
YUV 93.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 165 38 190 0.13 0.8 0 0.25 290.13 0.67 0.45
Hex A5 26 BE D 50 0 19 122 43 2D
Octal 245 46 276 15 120 0 31 442 103 55
Binary 10100101 100110 10111110 1101 1010000 0 11001 100100010 1000011 101101

Color Harmonies of #A526BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526BE

Black with #A526BE

Text Example


Text Example

White with #A526BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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