Html Css Color HEX #A526BC Dark Orchid

📋 copy color: '#A526BC'

red 165 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #A526BC

Tints of Dark Orchid #A526BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 42.2%
G = 9.72%
B = 48.08%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A526BC (or 0xA526BC) is known color: Dark Orchid. HEX triplet: A5, 26 and BC. RGB value is (165,38,188). Sum of RGB (Red+Green+Blue) = 165+38+188=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A526BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526BC is #5AD943. Grayscale: #5C5C5C. Windows color (decimal): -5953860 or 12330661. OLE color: 12330661.

HSL color Cylindrical-coordinate representation of color #A526BC: hue angle of 290.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A526BC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 38 188 -
CMYK 0.12 0.80 0 0.26
HSL 290.8º 0.66% 0.44% -
HSV(B) 290.8º 0.8% 0.74% -
XYZ 25.29 13.02 48.76 -
YUV 93.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 165 38 188 0.12 0.80 0 0.26 290.8 0.66 0.44
Hex A5 26 BC C 50 0 1A 123 42 2C
Octal 245 46 274 14 120 0 32 443 102 54
Binary 10100101 100110 10111100 1100 1010000 0 11010 100100011 1000010 101100

Color Harmonies of #A526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526BC

Black with #A526BC

Text Example


Text Example

White with #A526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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