Html Css Color HEX #A537C6 Dark Orchid

📋 copy color: '#A537C6'

red 165 ◦ green 55 ◦ blue 198

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

Shades of Dark Orchid #A537C6

Tints of Dark Orchid #A537C6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.16%

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 39.47%
G = 13.16%
B = 47.37%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A537C6 (or 0xA537C6) is known color: Dark Orchid. HEX triplet: A5, 37 and C6. RGB value is (165,55,198). Sum of RGB (Red+Green+Blue) = 165+55+198=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #A537C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537C6 is #5AC839. Grayscale: #676767. Windows color (decimal): -5949498 or 12990373. OLE color: 12990373.

HSL color Cylindrical-coordinate representation of color #A537C6: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A537C6 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 55 198 -
CMYK 0.17 0.72 0 0.22
HSL 286.15º 0.57% 0.5% -
HSV(B) 286.15º 0.72% 0.78% -
XYZ 27.08 14.81 54.86 -
YUV 104.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 165 55 198 0.17 0.72 0 0.22 286.15 0.57 0.5
Hex A5 37 C6 11 48 0 16 11E 39 32
Octal 245 67 306 21 110 0 26 436 71 62
Binary 10100101 110111 11000110 10001 1001000 0 10110 100011110 111001 110010

Color Harmonies of #A537C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537C6

Black with #A537C6

Text Example


Text Example

White with #A537C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537C6; }

 p { color: rgb(165,55,198); }

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

background-color css

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

 a { background-color: rgb(165,55,198); }

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

border-color css

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

 span { border-color: rgb(165,55,198); }

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