Html Css Color HEX #A526B7 Dark Orchid

📋 copy color: '#A526B7'

red 165 ◦ green 38 ◦ blue 183

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

Shades of Dark Orchid #A526B7

Tints of Dark Orchid #A526B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 42.75%
G = 9.84%
B = 47.41%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A526B7 (or 0xA526B7) is known color: Dark Orchid. HEX triplet: A5, 26 and B7. RGB value is (165,38,183). Sum of RGB (Red+Green+Blue) = 165+38+183=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #A526B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526B7 is #5AD948. Grayscale: #5C5C5C. Windows color (decimal): -5953865 or 12002981. OLE color: 12002981.

HSL color Cylindrical-coordinate representation of color #A526B7: hue angle of 292.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A526B7 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 38 183 -
CMYK 0.10 0.79 0 0.28
HSL 292.55º 0.66% 0.43% -
HSV(B) 292.55º 0.79% 0.72% -
XYZ 24.76 12.8 45.97 -
YUV 92.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 165 38 183 0.10 0.79 0 0.28 292.55 0.66 0.43
Hex A5 26 B7 A 4F 0 1C 125 42 2B
Octal 245 46 267 12 117 0 34 445 102 53
Binary 10100101 100110 10110111 1010 1001111 0 11100 100100101 1000010 101011

Color Harmonies of #A526B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526B7

Black with #A526B7

Text Example


Text Example

White with #A526B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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