Html Css Color HEX #A537DF Dark Orchid

📋 copy color: '#A537DF'

red 165 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #A537DF

Tints of Dark Orchid #A537DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 37.25%
G = 12.42%
B = 50.34%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A537DF (or 0xA537DF) is known color: Dark Orchid. HEX triplet: A5, 37 and DF. RGB value is (165,55,223). Sum of RGB (Red+Green+Blue) = 165+55+223=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #A537DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537DF is #5AC820. Grayscale: #6A6A6A. Windows color (decimal): -5949473 or 14628773. OLE color: 14628773.

HSL color Cylindrical-coordinate representation of color #A537DF: hue angle of 279.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A537DF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 55 223 -
CMYK 0.26 0.75 0 0.13
HSL 279.29º 0.72% 0.55% -
HSV(B) 279.29º 0.75% 0.87% -
XYZ 30.2 16.06 71.32 -
YUV 107.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 165 55 223 0.26 0.75 0 0.13 279.29 0.72 0.55
Hex A5 37 DF 1A 4B 0 D 117 48 37
Octal 245 67 337 32 113 0 15 427 110 67
Binary 10100101 110111 11011111 11010 1001011 0 1101 100010111 1001000 110111

Color Harmonies of #A537DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537DF

Black with #A537DF

Text Example


Text Example

White with #A537DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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