Html Css Color HEX #A537CF Dark Orchid

📋 copy color: '#A537CF'

red 165 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #A537CF

Tints of Dark Orchid #A537CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 38.64%
G = 12.88%
B = 48.48%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A537CF (or 0xA537CF) is known color: Dark Orchid. HEX triplet: A5, 37 and CF. RGB value is (165,55,207). Sum of RGB (Red+Green+Blue) = 165+55+207=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A537CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537CF is #5AC830. Grayscale: #686868. Windows color (decimal): -5949489 or 13580197. OLE color: 13580197.

HSL color Cylindrical-coordinate representation of color #A537CF: hue angle of 283.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A537CF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 55 207 -
CMYK 0.20 0.73 0 0.19
HSL 283.42º 0.61% 0.51% -
HSV(B) 283.42º 0.73% 0.81% -
XYZ 28.15 15.24 60.49 -
YUV 105.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 165 55 207 0.20 0.73 0 0.19 283.42 0.61 0.51
Hex A5 37 CF 14 49 0 13 11B 3D 33
Octal 245 67 317 24 111 0 23 433 75 63
Binary 10100101 110111 11001111 10100 1001001 0 10011 100011011 111101 110011

Color Harmonies of #A537CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537CF

Black with #A537CF

Text Example


Text Example

White with #A537CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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