Html Css Color HEX #A536B7 Dark Orchid

📋 copy color: '#A536B7'

red 165 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #A536B7

Tints of Dark Orchid #A536B7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

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

R = 41.04%
G = 13.43%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A536B7 (or 0xA536B7) is known color: Dark Orchid. HEX triplet: A5, 36 and B7. RGB value is (165,54,183). Sum of RGB (Red+Green+Blue) = 165+54+183=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #A536B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536B7 is #5AC948. Grayscale: #656565. Windows color (decimal): -5949769 or 12007077. OLE color: 12007077.

HSL color Cylindrical-coordinate representation of color #A536B7: hue angle of 291.63º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A536B7 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 54 183 -
CMYK 0.10 0.70 0 0.28
HSL 291.63º 0.54% 0.46% -
HSV(B) 291.63º 0.7% 0.72% -
XYZ 25.38 14.06 46.18 -
YUV 101.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 165 54 183 0.10 0.70 0 0.28 291.63 0.54 0.46
Hex A5 36 B7 A 46 0 1C 124 36 2E
Octal 245 66 267 12 106 0 34 444 66 56
Binary 10100101 110110 10110111 1010 1000110 0 11100 100100100 110110 101110

Color Harmonies of #A536B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536B7

Black with #A536B7

Text Example


Text Example

White with #A536B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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